Sweden-Number/dlls/winebus.sys
Zebediah Figura bd9e130ee5 winebus.sys: Translate SDL controller axes to unsigned 32-bit values.
INSIDE parses the HID report directly and assumes that the logical
minimum value is 0.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-06 19:57:27 +01:00
..
Makefile.in winebus.sys: Add SDL gamepad and joystick driver. 2018-02-21 18:51:58 +01:00
bus.h winebus.sys: Improve unloading the winebus driver. 2018-09-13 10:39:00 +02:00
bus_iohid.c winebus.sys: Improve unloading the winebus driver. 2018-09-13 10:39:00 +02:00
bus_sdl.c winebus.sys: Translate SDL controller axes to unsigned 32-bit values. 2019-02-06 19:57:27 +01:00
bus_udev.c winebus.sys: Avoid an unneeded strlen() call. 2018-10-23 16:34:52 +02:00
controller.h winebus.sys: Process SDL device reports. 2018-02-21 20:07:41 +01:00
main.c winebus.sys: Re-add missing Xbox controller PIDs. 2018-12-14 11:15:38 +01:00
winebus.sys.spec