#ifndef UI_FEATURES_H #define UI_FEATURES_H #define MENU_BIOS_PATH "/pandora/appdata/pcsx_rearmed/bios/" #define BOOT_MSG "Booting up... (press SPACE for menu)" #define MENU_SHOW_VARSCALER 1 #define MENU_SHOW_VIDOVERLAY 0 #define MENU_SHOW_SCALER2 0 #define MENU_SHOW_NUBS_BTNS 1 #define MENU_SHOW_VIBRATION 0 #define MENU_SHOW_DEADZONE 0 #define MENU_SHOW_MINIMIZE 1 #define MENU_SHOW_FULLSCREEN 0 #define MENU_SHOW_VOLUME 0 #endif // UI_FEATURES_H