RetroArch/input/common/hid
Nathan Strong feb4f266fa WIIU: Fix L3/R3 buttons
== DETAILS
After a bisect, the culprit was changing the gamepad interface from
returing a single button (bool) to multiple (int16).

The issue is that the Wii U gamepad (and presumably the Pro controller too)
have more than 16 buttons, which means some buttons get lost. Notably, L3 (18)
and R3 (17).

The solution: use int32 instead of int16.

I did a test build and confirmed that this change restores L3/R3 functionality
with the gamepad. Don't have a pro controller to test, but it should work too.
2021-08-07 23:23:33 -07:00
..
device_ds3.c WIIU: Fix L3/R3 buttons 2021-08-07 23:23:33 -07:00
device_ds4.c WIIU: Fix L3/R3 buttons 2021-08-07 23:23:33 -07:00
device_null.c WIIU: Fix L3/R3 buttons 2021-08-07 23:23:33 -07:00
device_wiiu_gca.c WIIU: Fix L3/R3 buttons 2021-08-07 23:23:33 -07:00
hid_device_driver.c (Input HID) Cleanups/buildfixes 2020-07-24 19:11:20 +02:00
hid_device_driver.h Fix analog for DS3, plus some cleanups 2018-04-23 23:22:27 -07:00