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
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();
}