From adaecd14d484d309e4d9ba2353ae843ab5213aec Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 10 Mar 2021 16:53:39 +0000 Subject: Initial trimui model s support --- shell/input/sdl/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/input/sdl') 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; -- cgit v1.2.3