X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmenu.h;h=8a88679f893226669b74fbfaa28454e189aca311;hb=a4edca53b489370b0814a74579acbcc183578355;hp=ae1bccd069d6bda5f5e8251f2bc65dfb76023768;hpb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;p=picodrive.git diff --git a/platform/gizmondo/menu.h b/platform/gizmondo/menu.h index ae1bccd..8a88679 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) + (PBTN_UP|PBTN_DOWN|PBTN_LEFT|PBTN_RIGHT|PBTN_STOP|PBTN_PLAY|PBTN_FWD|PBTN_REW| \ + PBTN_L|PBTN_R|PBTN_VOLUME|PBTN_BRIGHTNESS|PBTN_ALARM)