mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PPCCache: Avoid Global System Accessor
This commit is contained in:
@ -1016,7 +1016,8 @@ void ProcessCommands(bool loop_until_continue)
|
||||
|
||||
WriteMemory(guard);
|
||||
auto& ppc_state = system.GetPPCState();
|
||||
ppc_state.iCache.Reset();
|
||||
auto& jit_interface = system.GetJitInterface();
|
||||
ppc_state.iCache.Reset(jit_interface);
|
||||
Host_UpdateDisasmDialog();
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user