diff --git a/src/core/hotkeys.cpp b/src/core/hotkeys.cpp index f25bbbe16..1f74f4380 100644 --- a/src/core/hotkeys.cpp +++ b/src/core/hotkeys.cpp @@ -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(); } })