working audio sync?
[picodrive.git] / platform / gizmondo / menu.h
index ae1bccd..d4e96be 100644 (file)
@@ -3,8 +3,6 @@
 \r
 // For commercial use, separate licencing terms must be obtained.\r
 \r
-extern char menuErrorMsg[40];\r
-\r
 void menu_init(void);\r
 void text_out16(int x, int y, const char *texto, ...);\r
 void menu_loop(void);\r
@@ -12,8 +10,8 @@ int  menu_loop_tray(void);
 void menu_romload_prepare(const char *rom_name);\r
 void menu_romload_end(void);\r
 \r
-// TODO: add more?\r
+\r
 #define CONFIGURABLE_KEYS \\r
        (BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \\r
-               BTN_L|BTN_R)\r
+               BTN_L|BTN_R|BTN_VOLUME|BTN_BRIGHTNESS|BTN_ALARM)\r
 \r