a1b44e36 |
1 | #ifndef UI_FEATURES_H |
2 | #define UI_FEATURES_H |
3 | |
4 | #define MENU_BIOS_PATH "<SD card>/pandora/appdata/pcsx_rearmed/bios/" |
5 | #define BOOT_MSG "Booting up... (press SPACE for menu)" |
6 | #define MENU_SHOW_VARSCALER 1 |
5b9aa749 |
7 | #define MENU_SHOW_VOUTMODE 0 |
a1b44e36 |
8 | #define MENU_SHOW_SCALER2 0 |
9 | #define MENU_SHOW_NUBS_BTNS 1 |
10 | #define MENU_SHOW_VIBRATION 0 |
11 | #define MENU_SHOW_DEADZONE 0 |
12 | #define MENU_SHOW_MINIMIZE 1 |
a8376201 |
13 | #define MENU_SHOW_FULLSCREEN 0 |
a1b44e36 |
14 | #define MENU_SHOW_VOLUME 0 |
15 | |
16 | #endif // UI_FEATURES_H |