Qt: Fix pause button getting locked on after restarting game

This commit is contained in:
Connor McLaughlin 2020-05-22 18:01:12 +10:00
parent 237f469baa
commit e24e4c20e1

View file

@ -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)