From a1b44e3650691750cff4bf1c5bc04a36c3e8066d Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 6 Nov 2012 03:37:53 +0200 Subject: frontend: make platform menu customizations more explicit --- frontend/pandora/ui_feat.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frontend/pandora/ui_feat.h (limited to 'frontend/pandora') diff --git a/frontend/pandora/ui_feat.h b/frontend/pandora/ui_feat.h new file mode 100644 index 0000000..e0117d3 --- /dev/null +++ b/frontend/pandora/ui_feat.h @@ -0,0 +1,14 @@ +#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_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_VOLUME 0 + +#endif // UI_FEATURES_H -- cgit v1.2.3