aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm45t3r2020-11-12 00:22:38 -0300
committerm45t3r2020-11-12 00:30:01 -0300
commitbd845b9085ab3f59a66278c4f7d4d00877d8fce1 (patch)
tree561d15ab3b9d9b7019420b6d8a01c652a65e6433
parent6184d29f49d7bad5429c8e3e17ef61d36a3f3599 (diff)
downloadsnesemu-bd845b9085ab3f59a66278c4f7d4d00877d8fce1.tar.gz
snesemu-bd845b9085ab3f59a66278c4f7d4d00877d8fce1.tar.bz2
snesemu-bd845b9085ab3f59a66278c4f7d4d00877d8fce1.zip
Fix buttons
-rw-r--r--shell/menu/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/menu/menu.c b/shell/menu/menu.c
index a8c24b5..af5e5e7 100644
--- a/shell/menu/menu.c
+++ b/shell/menu/menu.c
@@ -83,8 +83,8 @@ static void config_load()
option.config_buttons[0][4] = SDLK_LCTRL; // A
option.config_buttons[0][5] = SDLK_LALT; // B
- option.config_buttons[0][6] = SDLK_LSHIFT; // X
- option.config_buttons[0][7] = SDLK_SPACE; // Y
+ option.config_buttons[0][6] = SDLK_SPACE; // X
+ option.config_buttons[0][7] = SDLK_LSHIFT; // Y
option.config_buttons[0][8] = SDLK_TAB; // L
option.config_buttons[0][9] = SDLK_BACKSPACE; // R