mirror of
https://github.com/stenzek/duckstation.git
synced 2025-02-18 13:38:51 +00:00
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::CodeCache::Reset();
|
||||
CPU::UpdateDebugDispatcherFlag();
|
||||
InterruptExecution();
|
||||
}
|
||||
|
||||
if (g_settings.display_show_gpu_stats != old_settings.display_show_gpu_stats)
|
||||
|
Loading…
x
Reference in New Issue
Block a user