aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgameblabla2020-12-26 08:57:16 +0100
committergameblabla2020-12-26 08:57:16 +0100
commitba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7 (patch)
treeb285fffe2d21f89a5fd4f753169d80ebe72b409a
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.
-rwxr-xr-xpackage_OPK2
-rw-r--r--shell/input/sdl/input.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/package_OPK b/package_OPK
index 25a586d..82e0625 100755
--- a/package_OPK
+++ b/package_OPK
@@ -20,7 +20,7 @@ Type=Application
Name=Snes9x2005
Comment=Super NES emulator
Exec=snes9x %f
-Icon=snes9x
+Icon=icon
Terminal=false
Type=Application
Categories=emulators;
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;
}