mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 19:45:33 +00:00
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…
x
Reference in New Issue
Block a user