Merge pull request #7693 from jordan-woyak/hotplug-callback-fix

ControllerInterface: Hotplug callback fixes.
This commit is contained in:
Léo Lam 2019-01-16 21:00:48 +01:00 committed by GitHub
commit a8bc6f9899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 62 additions and 16 deletions

View file

@ -292,11 +292,11 @@ void MainWindow::ShutdownControllers()
{
m_hotkey_scheduler->Stop();
g_controller_interface.Shutdown();
Pad::Shutdown();
Keyboard::Shutdown();
Wiimote::Shutdown();
HotkeyManagerEmu::Shutdown();
g_controller_interface.Shutdown();
m_hotkey_scheduler->deleteLater();
}