System: Fix crash when toggling SW with interpreter

This commit is contained in:
Stenzek 2024-10-01 22:41:01 +10:00
parent bd050ebb63
commit 51fefb36a0
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -4430,6 +4430,8 @@ void System::CheckForSettingsChanges(const Settings& old_settings)
CPU::PGXP::Initialize();
CPU::CodeCache::Reset();
CPU::UpdateDebugDispatcherFlag();
InterruptExecution();
}
if (g_settings.display_show_gpu_stats != old_settings.display_show_gpu_stats)