mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 07:25: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();
|
stopBackgroundControllerPollTimer();
|
||||||
|
|
||||||
emit emulationStarted();
|
emit emulationStarted();
|
||||||
|
emit emulationPaused(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtHostInterface::OnSystemPaused(bool paused)
|
void QtHostInterface::OnSystemPaused(bool paused)
|
||||||
|
Reference in New Issue
Block a user