CPU: Debug mode flag should be updated on state load
This commit is contained in:
parent
ac05c35292
commit
9f73e690ad
|
@ -300,6 +300,7 @@ bool CPU::DoState(StateWrapper& sw)
|
|||
g_settings.cpu_execution_mode);
|
||||
g_state.gte_completion_tick = 0;
|
||||
UpdateMemoryPointers();
|
||||
UpdateDebugDispatcherFlag();
|
||||
}
|
||||
|
||||
return !sw.HasError();
|
||||
|
|
Loading…
Reference in New Issue