mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
JitArm64: Fix jit clearing
We have to reset m_lastCacheFlushEnd on clearing.
This commit is contained in:
@ -378,6 +378,7 @@ public:
|
||||
}
|
||||
|
||||
void SetCodePtr(u8* ptr);
|
||||
void SetCodePtrUnsafe(u8* ptr);
|
||||
void ReserveCodeSpace(u32 bytes);
|
||||
const u8* AlignCode16();
|
||||
const u8* AlignCodePage();
|
||||
|
Reference in New Issue
Block a user