summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/button.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/button.c')
-rw-r--r--uisimulator/sdl/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/button.c b/uisimulator/sdl/button.c
index 628da56fa8..22cfda1119 100644
--- a/uisimulator/sdl/button.c
+++ b/uisimulator/sdl/button.c
@@ -305,7 +305,7 @@ void button_event(int key, bool pressed)
305 break; 305 break;
306 case SDLK_KP_PLUS: 306 case SDLK_KP_PLUS:
307 case SDLK_F8: 307 case SDLK_F8:
308 new_btn = BUTTON_PLAY; 308 new_btn = BUTTON_ON;
309 break; 309 break;
310 case SDLK_KP_ENTER: 310 case SDLK_KP_ENTER:
311 case SDLK_RETURN: 311 case SDLK_RETURN: