mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:55:46 -04:00
Qt: Fix rumble not stopping on power off
This commit is contained in:
@ -444,7 +444,7 @@ void QtHostInterface::OnSystemPaused(bool paused)
|
||||
|
||||
void QtHostInterface::OnSystemDestroyed()
|
||||
{
|
||||
HostInterface::OnSystemDestroyed();
|
||||
CommonHostInterface::OnSystemDestroyed();
|
||||
|
||||
startBackgroundControllerPollTimer();
|
||||
emit emulationStopped();
|
||||
|
Reference in New Issue
Block a user