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