gblues 5b13f85967 Use the right value for BIT256_GET macro
== DETAILS

The BIT256_GET() macro expects a bit number (from 0-255), and we're giving it
a 32-bit mask (0x000080000).

Solution:

- Define VPAD_BUTTON_xxx_BIT macros using the bit number
- Use said macro in wiiu_input.c
- organizational cleanup:

  * put VPAD_BUTTON_TOUCH into the enum in stead of as a hokey define
  * put the touch bits in the right order
  * put in placeholder enums for (currently) unused bits
2018-01-05 20:03:10 -08:00
..
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-31 03:27:55 +01:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-31 17:53:11 +01:00
2017-12-12 00:24:18 -08:00
2017-09-11 22:49:39 -05:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00