psp bugfixes, refactoring, stuff
[picodrive.git] / platform / gizmondo / menu.h
index 7784da9..3829836 100644 (file)
@@ -3,15 +3,13 @@
 \r
 // For commercial use, separate licencing terms must be obtained.\r
 \r
-void menu_init(void);\r
-void text_out16(int x, int y, const char *texto, ...);\r
 void menu_loop(void);\r
 int  menu_loop_tray(void);\r
 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