Sweden-Number/dlls/winebus.sys
Rémi Bernon f36e9e3a2c winebus.sys: Report the native product string for some Xbox gamepads.
Some games are checking the hid product string of connected gamepads in
order to decide whether or not to activate rumble.

Wine usually delegates these queries to the backend driver, but they
don't always report the same product strings as on Windows. This will
allow to override backend strings with the actual strings as reported
by native drivers.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-09-20 12:50:10 +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: Report the native product string for some Xbox gamepads. 2019-09-20 12:50:10 +02:00
winebus.sys.spec