mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
invalidate JIT blocks in ARM7 WVRAM when it's remapped
This commit is contained in:
@ -44,6 +44,7 @@ void DeInit();
|
||||
void Reset();
|
||||
|
||||
void CheckAndInvalidateITCM();
|
||||
void CheckAndInvalidateWVRAM(int bank);
|
||||
|
||||
void InvalidateByAddr(u32 pseudoPhysical);
|
||||
|
||||
|
Reference in New Issue
Block a user