mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2025-01-29 20:34:36 +01:00
Add mapping game controller guide button; see #26
This commit is contained in:
parent
a721eec118
commit
4c1e50939e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ uint8_t platform_sdl_gamepad_map[] = {
|
|||
[SDL_CONTROLLER_BUTTON_X] = INPUT_GAMEPAD_X,
|
||||
[SDL_CONTROLLER_BUTTON_Y] = INPUT_GAMEPAD_Y,
|
||||
[SDL_CONTROLLER_BUTTON_BACK] = INPUT_GAMEPAD_SELECT,
|
||||
[SDL_CONTROLLER_BUTTON_GUIDE] = INPUT_INVALID,
|
||||
[SDL_CONTROLLER_BUTTON_GUIDE] = INPUT_GAMEPAD_HOME,
|
||||
[SDL_CONTROLLER_BUTTON_START] = INPUT_GAMEPAD_START,
|
||||
[SDL_CONTROLLER_BUTTON_LEFTSTICK] = INPUT_GAMEPAD_L_STICK_PRESS,
|
||||
[SDL_CONTROLLER_BUTTON_RIGHTSTICK] = INPUT_GAMEPAD_R_STICK_PRESS,
|
||||
|
|
Loading…
Add table
Reference in a new issue