Qt: Fix pause button getting locked on after restarting game

pull/474/head
Connor McLaughlin 5 years ago
parent 237f469baa
commit e24e4c20e1

@ -422,6 +422,7 @@ void QtHostInterface::OnSystemCreated()
stopBackgroundControllerPollTimer();
emit emulationStarted();
emit emulationPaused(false);
}
void QtHostInterface::OnSystemPaused(bool paused)

Loading…
Cancel
Save