CPU: Debug mode flag should be updated on state load

This commit is contained in:
Stenzek 2024-12-23 23:27:57 +10:00
parent ac05c35292
commit 9f73e690ad
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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();