Sweden-Number/dlls/winebus.sys
Rémi Bernon 3d2f43a1da winebus.sys: Use the SDL joystick index as device id instead of instance id.
Some games are using the HID device id as the gamepad index for xinput
API. When hotplugging devices, SDL increases its instance id and it
doesn't match anymore with xinput gamepad numbers.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-09-20 12:50:07 +02:00
..
Makefile.in winebus.sys: Allow mapping of SDL controllers. 2019-04-09 15:46:03 +02:00
bus.h winebus.sys: Avoid IoCreateDriver(). 2019-05-30 21:53:26 +02:00
bus_iohid.c winebus.sys: Don't WARN about backends we didn't build. 2019-09-11 17:03:04 +02:00
bus_sdl.c winebus.sys: Use the SDL joystick index as device id instead of instance id. 2019-09-20 12:50:07 +02:00
bus_udev.c winebus.sys: Fix build without Linux event support. 2019-09-18 23:04:26 +02:00
controller.h winebus.sys: Pack hatswitch values into button bytes. 2019-05-07 15:20:18 -05:00
main.c winebus.sys: Stop device report threads to avoid crash on driver unload. 2019-09-17 16:50:44 +02:00
winebus.sys.spec