| 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 |
| 7 | #define MENU_SHOW_VARSCALER_C 1 |
| 8 | #define MENU_SHOW_VOUTMODE 0 |
| 9 | #define MENU_SHOW_SCALER2 0 |
| 10 | #define MENU_SHOW_NUBS_BTNS 1 |
| 11 | #define MENU_SHOW_VIBRATION 0 |
| 12 | #define MENU_SHOW_DEADZONE 0 |
| 13 | #define MENU_SHOW_MINIMIZE 1 |
| 14 | #define MENU_SHOW_FULLSCREEN 0 |
| 15 | #define MENU_SHOW_VOLUME 0 |
| 16 | |
| 17 | #endif // UI_FEATURES_H |