From 8c1310d1d11352cc3385cde64def53e52186c531 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sat, 20 Apr 2019 09:25:11 -0500 Subject: ControllerInterface/DInput: Optimize cursor position updating. --- Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp index cb484cc6ca..847f4f8103 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp @@ -64,7 +64,7 @@ void PopulateDevices(HWND hwnd) return; } - InitKeyboardMouse(idi8); + InitKeyboardMouse(idi8, hwnd); InitJoystick(idi8, hwnd); idi8->Release(); -- cgit v1.2.3