Uninvert bumpers, fixes hrydgard/ppsspp#1096.

This commit is contained in:
Unknown W. Brackets 2013-04-06 20:22:29 -07:00
parent 7ebbe20904
commit 8e0e4bf1d1
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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