summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/sdl/UI-gigabeatf.bmpbin1050742 -> 788674 bytes
-rw-r--r--uisimulator/sdl/button.c6
2 files changed, 6 insertions, 0 deletions
diff --git a/uisimulator/sdl/UI-gigabeatf.bmp b/uisimulator/sdl/UI-gigabeatf.bmp
index 3f4104407c..7d60aebe8a 100644
--- a/uisimulator/sdl/UI-gigabeatf.bmp
+++ b/uisimulator/sdl/UI-gigabeatf.bmp
Binary files differ
diff --git a/uisimulator/sdl/button.c b/uisimulator/sdl/button.c
index 9c9d019288..843f685226 100644
--- a/uisimulator/sdl/button.c
+++ b/uisimulator/sdl/button.c
@@ -246,6 +246,12 @@ void button_event(int key, bool pressed)
246 case SDLK_INSERT: 246 case SDLK_INSERT:
247 new_btn = BUTTON_MENU; 247 new_btn = BUTTON_MENU;
248 break; 248 break;
249 case SDLK_KP9:
250 new_btn = BUTTON_VOL_UP;
251 break;
252 case SDLK_KP3:
253 new_btn = BUTTON_VOL_DOWN;
254 break;
249 255
250#elif CONFIG_KEYPAD == GIGABEAT_S_PAD 256#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
251 case SDLK_KP4: 257 case SDLK_KP4: