System: Fix crash when toggling SW with interpreter
This commit is contained in:
parent
bd050ebb63
commit
51fefb36a0
|
@ -4430,6 +4430,8 @@ void System::CheckForSettingsChanges(const Settings& old_settings)
|
||||||
CPU::PGXP::Initialize();
|
CPU::PGXP::Initialize();
|
||||||
|
|
||||||
CPU::CodeCache::Reset();
|
CPU::CodeCache::Reset();
|
||||||
|
CPU::UpdateDebugDispatcherFlag();
|
||||||
|
InterruptExecution();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_settings.display_show_gpu_stats != old_settings.display_show_gpu_stats)
|
if (g_settings.display_show_gpu_stats != old_settings.display_show_gpu_stats)
|
||||||
|
|
Loading…
Reference in New Issue