diff --git a/Assets/dll/libquicknes.dll b/Assets/dll/libquicknes.dll index 21cf4377c9..5b2f6a2043 100644 Binary files a/Assets/dll/libquicknes.dll and b/Assets/dll/libquicknes.dll differ diff --git a/Assets/dll/libquicknes.so b/Assets/dll/libquicknes.so index aacef8d1cc..4ef0eea48a 100755 Binary files a/Assets/dll/libquicknes.so and b/Assets/dll/libquicknes.so differ diff --git a/quicknes/bizinterface.cpp b/quicknes/bizinterface.cpp index 81249c60dc..29a7cbfeee 100644 --- a/quicknes/bizinterface.cpp +++ b/quicknes/bizinterface.cpp @@ -37,10 +37,9 @@ QN_EXPORT void qn_delete(quickerNES::Emu *e) free(e); } -QN_EXPORT const char *qn_loadines(quickerNES::Emu *e, const void *data, int length) +QN_EXPORT const char *qn_loadines(quickerNES::Emu *e, const uint8_t *data, int length) { - e->load_ines((const uint8_t*)data); - return 0; + return e->load_ines(data); } QN_EXPORT const char *qn_set_sample_rate(quickerNES::Emu *e, int rate) diff --git a/quicknes/core b/quicknes/core index 61ff28710c..ac1fde2036 160000 --- a/quicknes/core +++ b/quicknes/core @@ -1 +1 @@ -Subproject commit 61ff28710c44b75c170dff1ee8f89831296e34b5 +Subproject commit ac1fde2036c3e4a2544a3f56196c33a17b60c90d