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/320240/ui_gp2x.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frontend/320240/ui_gp2x.h (limited to 'frontend/320240/ui_gp2x.h') diff --git a/frontend/320240/ui_gp2x.h b/frontend/320240/ui_gp2x.h new file mode 100644 index 0000000..075e2e2 --- /dev/null +++ b/frontend/320240/ui_gp2x.h @@ -0,0 +1,13 @@ +#ifndef UI_FEATURES_H +#define UI_FEATURES_H + +#define MENU_BIOS_PATH "pcsx_rearmed/bios/" +#define MENU_SHOW_VARSCALER 0 +#define MENU_SHOW_SCALER2 1 +#define MENU_SHOW_NUBS_BTNS 0 +#define MENU_SHOW_VIBRATION 1 +#define MENU_SHOW_DEADZONE 1 +#define MENU_SHOW_MINIMIZE 0 +#define MENU_SHOW_VOLUME 1 + +#endif // UI_FEATURES_H -- cgit v1.2.3 From a83762012066e4799394f63d08a161a45f982ab6 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 17 Nov 2012 02:09:49 +0200 Subject: frontend: initial sdl overlay implementation --- frontend/320240/ui_gp2x.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/320240/ui_gp2x.h') diff --git a/frontend/320240/ui_gp2x.h b/frontend/320240/ui_gp2x.h index 075e2e2..0fef431 100644 --- a/frontend/320240/ui_gp2x.h +++ b/frontend/320240/ui_gp2x.h @@ -3,11 +3,13 @@ #define MENU_BIOS_PATH "pcsx_rearmed/bios/" #define MENU_SHOW_VARSCALER 0 +#define MENU_SHOW_VIDOVERLAY 0 #define MENU_SHOW_SCALER2 1 #define MENU_SHOW_NUBS_BTNS 0 #define MENU_SHOW_VIBRATION 1 #define MENU_SHOW_DEADZONE 1 #define MENU_SHOW_MINIMIZE 0 +#define MENU_SHOW_FULLSCREEN 0 #define MENU_SHOW_VOLUME 1 #endif // UI_FEATURES_H -- cgit v1.2.3