mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-26 03:35:27 +00:00
Uninvert bumpers, fixes hrydgard/ppsspp#1096.
This commit is contained in:
parent
7ebbe20904
commit
8e0e4bf1d1
@ -102,8 +102,8 @@ const int buttonMappings[18] = {
|
||||
KEYCODE_S, //B
|
||||
KEYCODE_Z, //X
|
||||
KEYCODE_A, //Y
|
||||
KEYCODE_W, //LBUMPER
|
||||
KEYCODE_Q, //RBUMPER
|
||||
KEYCODE_Q, //LBUMPER
|
||||
KEYCODE_W, //RBUMPER
|
||||
KEYCODE_ONE, //START
|
||||
KEYCODE_TWO, //SELECT
|
||||
KEYCODE_UP, //UP
|
||||
|
@ -241,8 +241,8 @@ const int buttonMappings[14] = {
|
||||
SDLK_x, //B
|
||||
SDLK_a, //X
|
||||
SDLK_s, //Y
|
||||
SDLK_w, //LBUMPER
|
||||
SDLK_q, //RBUMPER
|
||||
SDLK_q, //LBUMPER
|
||||
SDLK_w, //RBUMPER
|
||||
SDLK_SPACE, //START
|
||||
SDLK_v, //SELECT
|
||||
#endif
|
||||
|
@ -28,8 +28,8 @@ const int buttonMappings[18] = {
|
||||
Qt::Key_S + 0x20, //B
|
||||
Qt::Key_Z + 0x20, //X
|
||||
Qt::Key_A + 0x20, //Y
|
||||
Qt::Key_W + 0x20, //LBUMPER
|
||||
Qt::Key_Q + 0x20, //RBUMPER
|
||||
Qt::Key_Q + 0x20, //LBUMPER
|
||||
Qt::Key_W + 0x20, //RBUMPER
|
||||
Qt::Key_1, //START
|
||||
Qt::Key_2, //SELECT
|
||||
Qt::Key_Up, //UP
|
||||
|
Loading…
x
Reference in New Issue
Block a user