summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-09-27 03:39:25 +0200
committereray orçunus <erayorcunus@gmail.com>2020-09-27 03:39:25 +0200
commit9b7642454006f4c6b93d57297f88b2899e3f0077 (patch)
treef6d36d6be1b23ee2dfc4e0a64cbd9d54fd7c4150 /src/core/config.h
parentAdd target arm64 (diff)
downloadre3-9b7642454006f4c6b93d57297f88b2899e3f0077.tar
re3-9b7642454006f4c6b93d57297f88b2899e3f0077.tar.gz
re3-9b7642454006f4c6b93d57297f88b2899e3f0077.tar.bz2
re3-9b7642454006f4c6b93d57297f88b2899e3f0077.tar.lz
re3-9b7642454006f4c6b93d57297f88b2899e3f0077.tar.xz
re3-9b7642454006f4c6b93d57297f88b2899e3f0077.tar.zst
re3-9b7642454006f4c6b93d57297f88b2899e3f0077.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 498be8f3..13a0c099 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -242,13 +242,13 @@ enum Config {
#ifndef PC_MENU
# define PS2_MENU
//# define PS2_MENU_USEALLPAGEICONS
-# define PS2_SAVE_DIALOG // PS2 style save dialog with transparent black box
-//# define PS2_LIKE_MENU // An effort to recreate PS2 menu, cycling through tabs, different bg etc.
#else
# define MENU_MAP // VC-like menu map. Make sure you have new menu.txd
# define SCROLLABLE_STATS_PAGE // only draggable by mouse atm
# define TRIANGLE_BACK_BUTTON
//# define CIRCLE_BACK_BUTTON
+//# define PS2_LIKE_MENU // An effort to recreate PS2 menu, cycling through tabs, different bg etc.
+//# define PS2_SAVE_DIALOG // PS2 style save dialog with transparent black box
# define CUSTOM_FRONTEND_OPTIONS
# define GRAPHICS_MENU_OPTIONS // otherwise Advanced Options menu will appear if Display is full
#endif