[Git][wine/wine][master] 9 commits: dinput: Only pass instance name string to device_instance_is_disabled().
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 10 changed files: - dlls/dinput/Makefile.in - dlls/dinput/device.c - dlls/dinput/device_private.h - dlls/dinput/dinput.c - dlls/dinput/dinput_main.c - dlls/dinput/dinput_private.h - dlls/dinput/joystick_hid.c - dlls/dinput/tests/hotplug.c - dlls/dinput/tests/joystick8.c - dlls/dinput8/Makefile.in View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3caa317ed13a2354068179b896c634... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3caa317ed13a2354068179b896c634... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)