mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02: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