summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-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 e9f627f148..76a41f2230 100644
--- a/uisimulator/sdl/button.c
+++ b/uisimulator/sdl/button.c
@@ -172,7 +172,7 @@ void button_event(int key, bool pressed)
172 new_btn = BUTTON_MENU; 172 new_btn = BUTTON_MENU;
173 break; 173 break;
174 174
175#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 175#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
176 case SDLK_KP4: 176 case SDLK_KP4:
177 case SDLK_LEFT: 177 case SDLK_LEFT:
178 new_btn = BUTTON_LEFT; 178 new_btn = BUTTON_LEFT;