diff options
author | neonloop | 2021-03-10 16:53:39 +0000 |
---|---|---|
committer | neonloop | 2021-03-10 16:53:39 +0000 |
commit | adaecd14d484d309e4d9ba2353ae843ab5213aec (patch) | |
tree | 92ba55bfc2e06aac66a6f5e1080cc2018815c7dc /shell/input/sdl | |
parent | ba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7 (diff) | |
download | snesemu-adaecd14d484d309e4d9ba2353ae843ab5213aec.tar.gz snesemu-adaecd14d484d309e4d9ba2353ae843ab5213aec.tar.bz2 snesemu-adaecd14d484d309e4d9ba2353ae843ab5213aec.zip |
Initial trimui model s support
Diffstat (limited to 'shell/input/sdl')
-rw-r--r-- | shell/input/sdl/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/input/sdl/input.c b/shell/input/sdl/input.c index 885eaea..6ddc761 100644 --- a/shell/input/sdl/input.c +++ b/shell/input/sdl/input.c @@ -59,7 +59,7 @@ uint32_t S9xReadJoypad(int32_t port) case SDL_KEYDOWN: switch(event.key.keysym.sym) { - case SDLK_RCTRL: + case SDLK_ESCAPE: case SDLK_END: emulator_state = 1; break; |