mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
adds missing button for wii-u pro gamepad, right-DPAD. NKCODEs are still mismatched in linux (360 controller and wii-u pro gamepad), but they were not changed to so that a user's controls.ini will load correctly.
This commit is contained in:
parent
63e749de5b
commit
cbda8cf957
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ private:
|
|||
SDLJoyButtonMap[13] = NKCODE_BUTTON_4;
|
||||
SDLJoyButtonMap[14] = NKCODE_BUTTON_1;
|
||||
SDLJoyButtonMap[15] = NKCODE_BUTTON_11;
|
||||
SDLJoyButtonMap[16] = NKCODE_BUTTON_12;
|
||||
|
||||
SDLJoyAxisMap[0] = JOYSTICK_AXIS_X;
|
||||
SDLJoyAxisMap[1] = JOYSTICK_AXIS_Y;
|
||||
|
|
Loading…
Add table
Reference in a new issue