mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Common: Refactor PointerWrap
This commit is contained in:
@ -47,7 +47,7 @@ void SetJit(JitBase* jit)
|
||||
}
|
||||
void DoState(PointerWrap& p)
|
||||
{
|
||||
if (g_jit && p.GetMode() == PointerWrap::MODE_READ)
|
||||
if (g_jit && p.IsReadMode())
|
||||
g_jit->ClearCache();
|
||||
}
|
||||
CPUCoreBase* InitJitCore(PowerPC::CPUCore core)
|
||||
|
Reference in New Issue
Block a user