mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Poll controllers on a separate thread on Windows.
This means controllers will sample more than the game fps, and will work whenever keyboards do.
This commit is contained in:
@@ -1563,6 +1563,7 @@ namespace MainWindow
|
||||
|
||||
case WM_CLOSE:
|
||||
EmuThread_Stop();
|
||||
InputDevice::StopPolling();
|
||||
WindowsRawInput::Shutdown();
|
||||
|
||||
return DefWindowProc(hWnd,message,wParam,lParam);
|
||||
|
||||
Reference in New Issue
Block a user