mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
ControllerInterface/DInput: Optimize cursor position updating.
This commit is contained in:
@@ -64,7 +64,7 @@ void PopulateDevices(HWND hwnd)
|
||||
return;
|
||||
}
|
||||
|
||||
InitKeyboardMouse(idi8);
|
||||
InitKeyboardMouse(idi8, hwnd);
|
||||
InitJoystick(idi8, hwnd);
|
||||
|
||||
idi8->Release();
|
||||
|
||||
Reference in New Issue
Block a user