Qt: Fix rumble not stopping on power off

This commit is contained in:
Connor McLaughlin
2020-05-01 16:42:43 +10:00
parent 6ecc1c684a
commit 2d6bdc1f82
2 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ void QtHostInterface::OnSystemPaused(bool paused)
void QtHostInterface::OnSystemDestroyed()
{
HostInterface::OnSystemDestroyed();
CommonHostInterface::OnSystemDestroyed();
startBackgroundControllerPollTimer();
emit emulationStopped();