key combos for new input code
[libpicofe.git] / gp2x / menu.h
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 #define CONFIGURABLE_KEYS \\r
12         (GP2X_UP|GP2X_DOWN|GP2X_LEFT|GP2X_RIGHT|GP2X_A|GP2X_B|GP2X_X|GP2X_Y| \\r
13                 GP2X_START|GP2X_SELECT|GP2X_L|GP2X_R|GP2X_PUSH|GP2X_VOL_UP|GP2X_VOL_DOWN)\r
14 \r