aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorgameblabla2020-12-26 08:57:16 +0100
committergameblabla2020-12-26 08:57:16 +0100
commitba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7 (patch)
treeb285fffe2d21f89a5fd4f753169d80ebe72b409a /shell
parent2c41876dd9913c2a49cd044a805df54915b95f0f (diff)
downloadsnesemu-ba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7.tar.gz
snesemu-ba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7.tar.bz2
snesemu-ba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7.zip
Properly fix OPK package script and remove mapped SELECT button from trigerring menu.
Diffstat (limited to 'shell')
-rw-r--r--shell/input/sdl/input.c1
1 files changed, 0 insertions, 1 deletions
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;
}