Hotkeys: Fix crash when toggling PGXP
This commit is contained in:
parent
d7bccfe9a4
commit
57cdb180c6
|
@ -329,6 +329,9 @@ DEFINE_HOTKEY("TogglePGXP", TRANSLATE_NOOP("Hotkeys", "Graphics"), TRANSLATE_NOO
|
|||
// we need to recompile all blocks if pgxp is toggled on/off
|
||||
if (g_settings.IsUsingCodeCache())
|
||||
CPU::CodeCache::Flush();
|
||||
|
||||
// need to swap interpreters
|
||||
System::InterruptExecution();
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue