gblues 0ae7ffe0d3 Clean up dumb compile warnings, fix crash bug
== DETAILS

- the free() method of the hid_driver_t interface needs its
  parameter defined as const in order for the compiler to stop
  complaining about losing const-ness.
- if a joypad list is created with <MAX_USERS slots in it, the
  destroy() function will crash because it assumes there are MAX_USERS
  entries.

  To do this, the allocate function creates n+1 slots, and gives the
  last slot a canary value that the destroy() method can then watch for
  when iterating through the list.
2017-12-30 04:43:27 +01:00
..
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-12 00:24:18 -08:00
2017-12-18 05:59:57 +01:00
2017-12-27 15:43:03 -05:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-29 00:45:00 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00
2017-12-18 05:59:57 +01:00