-
fa565d8d
by Connor McAdams at 2026-04-22T23:36:45+02:00
dinput: Only pass instance name string to device_instance_is_disabled().
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
4770bb50
by Rémi Bernon at 2026-04-22T23:36:45+02:00
dinput: Check for disabled/overridden devices in hid_joystick_try_open.
Based on patches by Connor McAdams.
-
0fd77d9d
by Rémi Bernon at 2026-04-22T23:36:45+02:00
dinput: Handle device override directly in hid_joystick_device_try_open.
Based on patches by Connor McAdams.
-
5e99fe8f
by Connor McAdams at 2026-04-22T23:36:45+02:00
dinput: Create a cache of currently connected HID joysticks.
-
f5da9b6c
by Connor McAdams at 2026-04-22T23:36:45+02:00
dinput: Use joystick cache in hid_joystick_create_device().
-
982d87ae
by Connor McAdams at 2026-04-22T23:36:45+02:00
dinput: Use joystick cache in hid_joystick_enum_device().
-
a7277ba0
by Connor McAdams at 2026-04-22T23:36:45+02:00
dinput: Return E_FAIL when opening a joystick device that is currently disconnected.
-
a4a85b60
by Rémi Bernon at 2026-04-22T23:36:45+02:00
dinput: Save and load HID joystick instance GUIDs to the registry.
Based on patches by Connor McAdams.
-
f19bb864
by Connor McAdams at 2026-04-22T23:36:46+02:00
dinput: Create a version 1 UUID for dinput joystick devices.