Commit | Line | Data |
---|---|---|
1 | // (c) Copyright 2006,2007 notaz, All rights reserved. | |
2 | // Free for non-commercial use. | |
3 | ||
4 | // For commercial use, separate licencing terms must be obtained. | |
5 | ||
6 | void menu_loop(void); | |
7 | int menu_loop_tray(void); | |
8 | void menu_romload_prepare(const char *rom_name); | |
9 | void menu_romload_end(void); | |
10 | ||
11 | ||
12 | #define CONFIGURABLE_KEYS (BTN_UP|BTN_LEFT|BTN_RIGHT|BTN_DOWN|BTN_L|BTN_R|BTN_TRIANGLE|BTN_CIRCLE|BTN_X|BTN_SQUARE|BTN_START| \ | |
13 | BTN_NUB_UP|BTN_NUB_RIGHT|BTN_NUB_DOWN|BTN_NUB_LEFT|BTN_NOTE) | |
14 |