menu.h 466 B

123456789101112131415
  1. // (c) Copyright 2006,2007 notaz, All rights reserved.
  2. // Free for non-commercial use.
  3. // For commercial use, separate licencing terms must be obtained.
  4. void menu_loop(void);
  5. int menu_loop_tray(void);
  6. void menu_romload_prepare(const char *rom_name);
  7. void menu_romload_end(void);
  8. #define CONFIGURABLE_KEYS \
  9. (PBTN_UP|PBTN_DOWN|PBTN_LEFT|PBTN_RIGHT|PBTN_STOP|PBTN_PLAY|PBTN_FWD|PBTN_REW| \
  10. PBTN_L|PBTN_R|PBTN_VOLUME|PBTN_BRIGHTNESS|PBTN_ALARM)