From 4c1a193d483b10ef63c27553f6e6e95af23552b8 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Fri, 13 Nov 2020 12:52:02 +0100 Subject: Revert "Fix buttons" This reverts commit bd845b9085ab3f59a66278c4f7d4d00877d8fce1. We want to use the GCW0 layout, not the RG-350's. --- shell/menu/menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/menu/menu.c b/shell/menu/menu.c index af5e5e7..a8c24b5 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_SPACE; // X - option.config_buttons[0][7] = SDLK_LSHIFT; // Y + option.config_buttons[0][6] = SDLK_LSHIFT; // X + option.config_buttons[0][7] = SDLK_SPACE; // Y option.config_buttons[0][8] = SDLK_TAB; // L option.config_buttons[0][9] = SDLK_BACKSPACE; // R -- cgit v1.2.3