X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmenu.h;h=3829836bdd9e1eb314a25ba37bb4303e6e9638f6;hb=58c86d00183ba47cb3c9c277ac3538045b5604ad;hp=ae1bccd069d6bda5f5e8251f2bc65dfb76023768;hpb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;p=picodrive.git diff --git a/platform/gizmondo/menu.h b/platform/gizmondo/menu.h index ae1bccd..3829836 100644 --- a/platform/gizmondo/menu.h +++ b/platform/gizmondo/menu.h @@ -3,17 +3,13 @@ // 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); 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)