mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 04:25:41 -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
|
// we need to recompile all blocks if pgxp is toggled on/off
|
||||||
if (g_settings.IsUsingCodeCache())
|
if (g_settings.IsUsingCodeCache())
|
||||||
CPU::CodeCache::Flush();
|
CPU::CodeCache::Flush();
|
||||||
|
|
||||||
|
// need to swap interpreters
|
||||||
|
System::InterruptExecution();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user