mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 22:15:46 -04:00
Qt: Fix pause button getting locked on after restarting game
This commit is contained in:
@ -422,6 +422,7 @@ void QtHostInterface::OnSystemCreated()
|
||||
stopBackgroundControllerPollTimer();
|
||||
|
||||
emit emulationStarted();
|
||||
emit emulationPaused(false);
|
||||
}
|
||||
|
||||
void QtHostInterface::OnSystemPaused(bool paused)
|
||||
|
Reference in New Issue
Block a user