mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 19:45:42 -04:00
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…
x
Reference in New Issue
Block a user