mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
@ -1137,7 +1137,9 @@ void MapSharedWRAM(u8 val)
|
||||
if (val == WRAMCnt)
|
||||
return;
|
||||
|
||||
#ifdef JIT_ENABLED
|
||||
ARMJIT_Memory::RemapSWRAM();
|
||||
#endif
|
||||
|
||||
WRAMCnt = val;
|
||||
|
||||
|
Reference in New Issue
Block a user