X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmenu.h;h=d4e96bef2f25f52c78bf5a09f89172fb56efc696;hb=f3d1de29dacce5e79cc644ce05064da9bc44af62;hp=ae1bccd069d6bda5f5e8251f2bc65dfb76023768;hpb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;p=picodrive.git diff --git a/platform/gizmondo/menu.h b/platform/gizmondo/menu.h index ae1bccd..d4e96be 100644 --- a/platform/gizmondo/menu.h +++ b/platform/gizmondo/menu.h @@ -3,8 +3,6 @@ // For commercial use, separate licencing terms must be obtained. -extern char menuErrorMsg[40]; - void menu_init(void); void text_out16(int x, int y, const char *texto, ...); void menu_loop(void); @@ -12,8 +10,8 @@ int menu_loop_tray(void); void menu_romload_prepare(const char *rom_name); void menu_romload_end(void); -// TODO: add more? + #define CONFIGURABLE_KEYS \ (BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \ - BTN_L|BTN_R) + BTN_L|BTN_R|BTN_VOLUME|BTN_BRIGHTNESS|BTN_ALARM)