aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}