Rémi Bernon : dinput: Implement HID joystick object names from their usages.
Module: wine Branch: master Commit: 23194bb0476e1493798c57e7deb0ae5796b1cb4d URL: https://source.winehq.org/git/wine.git/?a=commit;h=23194bb0476e1493798c57e7d... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Tue Nov 16 08:23:36 2021 +0100 dinput: Implement HID joystick object names from their usages. Fixes some issues with apps like WheelCheck from iRacing, which show detailed info about available objects on the device (such as axes, buttons, other non-data caps, collections, etc.). Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/joystick_hid.c | 92 +++++++++++++++++++++++++++++++++++++++++++++- dlls/dinput8/tests/hid.c | 13 ++++--- 2 files changed, 98 insertions(+), 7 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=23194bb0476e1493798c5...
participants (1)
-
Alexandre Julliard