mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@273 be3aeb3a-fb24-0410-a615-afba39da0efa
15 lines
453 B
C
15 lines
453 B
C
// (c) Copyright 2006,2007 notaz, All rights reserved.
|
|
// Free for non-commercial use.
|
|
|
|
// For commercial use, separate licencing terms must be obtained.
|
|
|
|
void menu_loop(void);
|
|
int menu_loop_tray(void);
|
|
void menu_romload_prepare(const char *rom_name);
|
|
void menu_romload_end(void);
|
|
|
|
|
|
#define CONFIGURABLE_KEYS \
|
|
(BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \
|
|
BTN_L|BTN_R|BTN_VOLUME|BTN_BRIGHTNESS|BTN_ALARM)
|
|
|