mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
make literal optimisation more reliable
fixes spanish Pokemon HeartGold
This commit is contained in:
@ -61,7 +61,7 @@ inline JitBlockEntry LookUpBlock(u32 addr)
|
||||
void Init();
|
||||
void DeInit();
|
||||
|
||||
void InvalidateByAddr(u32 pseudoPhysical);
|
||||
void InvalidateByAddr(u32 pseudoPhysical, bool mayRestore = true);
|
||||
void InvalidateAll();
|
||||
|
||||
void InvalidateITCM(u32 addr);
|
||||
|
Reference in New Issue
Block a user