System: Fix crash when toggling SW with interpreter

pull/3306/head
Stenzek 5 months ago
parent bd050ebb63
commit 51fefb36a0
No known key found for this signature in database

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

Loading…
Cancel
Save