mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Windows: Fix a hang during shutdown, could leave behind a running process.
This commit is contained in:
@@ -929,9 +929,9 @@ namespace MainWindow
|
||||
case WM_DESTROY:
|
||||
g_InputManager.StopPolling();
|
||||
g_InputManager.Shutdown();
|
||||
WindowsRawInput::Shutdown();
|
||||
|
||||
MainThread_Stop();
|
||||
WindowsRawInput::Shutdown();
|
||||
KillTimer(hWnd, TIMER_CURSORUPDATE);
|
||||
KillTimer(hWnd, TIMER_CURSORMOVEUPDATE);
|
||||
// Main window is gone, this tells the message loop to exit.
|
||||
|
||||
Reference in New Issue
Block a user