Sweden-Number/dlls/winebus.sys
Rémi Bernon 38059e7ecf winebus.sys: Fix inverted SDL joystick hat switch y axis.
SDL_HAT_UP should work as SDL_CONTROLLER_BUTTON_DPAD_UP.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40658
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-15 18:31:45 +02:00
..
Makefile.in winebus.sys: Query and parse device report descriptor on device start. 2021-10-08 15:27:25 +02:00
bus_iohid.c winebus.sys: Convert the product strings to Unicode on the Unix-side. 2021-10-05 11:51:04 +02:00
bus_sdl.c winebus.sys: Fix inverted SDL joystick hat switch y axis. 2021-10-15 18:31:45 +02:00
bus_udev.c winebus.sys: Do not parse bluetooth "PRODUCT=" uevent field. 2021-10-12 18:29:22 +02:00
hid.c winebus.sys: Add a PID set ramp force output report. 2021-10-08 15:27:25 +02:00
main.c include: Add a define to enable fastcall wrappers, similar to the thiscall one. 2021-10-13 21:57:11 +02:00
pop_hid_macros.h
psh_hid_macros.h
unix_private.h winebus.sys: Add a PID set ramp force output report. 2021-10-08 15:27:25 +02:00
unixlib.c winebus.sys: Fix memory leaks in bus_event_queue functions. 2021-10-08 16:55:23 +02:00
unixlib.h winebus.sys: Convert the product strings to Unicode on the Unix-side. 2021-10-05 11:51:04 +02:00
winebus.inf
winebus.rc
winebus.sys.spec