mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-18 13:00:25 -05: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