diff --git a/libmupen64plus/mupen64plus-core/src/memory/flashram.c b/libmupen64plus/mupen64plus-core/src/memory/flashram.c index 81cf32d639..e60b2fcbf0 100644 --- a/libmupen64plus/mupen64plus-core/src/memory/flashram.c +++ b/libmupen64plus/mupen64plus-core/src/memory/flashram.c @@ -128,6 +128,7 @@ void flashram_command(unsigned int command) switch (flashram_info.mode) { case NOPES_MODE: + case READ_MODE: break; case ERASE_MODE: { diff --git a/output/dll/mupen64plus.dll b/output/dll/mupen64plus.dll index 6dfd8b1a88..f7e474f5d4 100644 Binary files a/output/dll/mupen64plus.dll and b/output/dll/mupen64plus.dll differ