From ba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Sat, 26 Dec 2020 08:57:16 +0100 Subject: Properly fix OPK package script and remove mapped SELECT button from trigerring menu. --- shell/input/sdl/input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell') diff --git a/shell/input/sdl/input.c b/shell/input/sdl/input.c index 158d7ef..885eaea 100644 --- a/shell/input/sdl/input.c +++ b/shell/input/sdl/input.c @@ -61,7 +61,6 @@ uint32_t S9xReadJoypad(int32_t port) { case SDLK_RCTRL: case SDLK_END: - case SDLK_ESCAPE: emulator_state = 1; break; } -- cgit v1.2.3