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