mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 17:55:46 -04:00
Qt: Fix frozen display on exiting game with fsui active
This commit is contained in:
@ -980,6 +980,10 @@ void Host::OnSystemDestroyed()
|
||||
g_emu_thread->resetPerformanceCounters();
|
||||
g_emu_thread->startBackgroundControllerPollTimer();
|
||||
emit g_emu_thread->systemDestroyed();
|
||||
|
||||
// re-wake thread when we're running fsui, otherwise it won't draw
|
||||
if (g_emu_thread->isRunningFullscreenUI())
|
||||
g_emu_thread->wakeThread();
|
||||
}
|
||||
|
||||
void EmuThread::reloadInputSources()
|
||||
|
Reference in New Issue
Block a user