We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7231f8f commit 025ad53Copy full SHA for 025ad53
Windows/EmuThread.cpp
@@ -312,7 +312,6 @@ void MainThreadFunc() {
312
Core_StateProcessed();
313
NativeFrame(graphicsContext);
314
}
315
- Core_WaitInactive();
316
317
g_inLoop = false;
318
Windows/MainWindow.cpp
@@ -1142,8 +1142,8 @@ namespace MainWindow
1142
1143
case WM_DESTROY:
1144
InputDevice::StopPolling();
1145
- MainThread_Stop();
1146
WindowsRawInput::Shutdown();
+ MainThread_Stop();
1147
KillTimer(hWnd, TIMER_CURSORUPDATE);
1148
KillTimer(hWnd, TIMER_CURSORMOVEUPDATE);
1149
// Main window is gone, this tells the message loop to exit.
0 commit comments