gambatte/gambatte_sdl
Brandon Mulcahy df356c14b6 Fix SDL handling of joystick hats
This code was broken in two places. First, the --input parsing always
skipped hats due to missing break statements in the direction switch.
Second, the handler for SDL_JoyHatEvents was iterating through the axis
map instead of the hat map.
2016-06-23 14:05:21 -04:00
..
src Fix SDL handling of joystick hats 2016-06-23 14:05:21 -04:00
SConstruct Use arrays instead of dicts. Fixes build on OpenBSD. 2013-05-30 22:43:40 -06:00