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:
Unknown W. Brackets
2014-03-23 23:46:10 -07:00
parent b589d3b170
commit b641ced7e0
5 changed files with 112 additions and 20 deletions
+1
View File
@@ -1563,6 +1563,7 @@ namespace MainWindow
case WM_CLOSE:
EmuThread_Stop();
InputDevice::StopPolling();
WindowsRawInput::Shutdown();
return DefWindowProc(hWnd,message,wParam,lParam);