summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-03-22 02:50:38 +0100
committerGitHub <noreply@github.com>2020-03-22 02:50:38 +0100
commit23f2ab5ff168e821c54ff84618bd4a5a12476cd5 (patch)
treed42b0d0fe6ef7f1b2d68b71ecbc63437d6ab2c4d /src/core/config.h
parentMerge pull request #349 from Nick007J/master (diff)
parentMerge branch 'master' into erorcun (diff)
downloadre3-23f2ab5ff168e821c54ff84618bd4a5a12476cd5.tar
re3-23f2ab5ff168e821c54ff84618bd4a5a12476cd5.tar.gz
re3-23f2ab5ff168e821c54ff84618bd4a5a12476cd5.tar.bz2
re3-23f2ab5ff168e821c54ff84618bd4a5a12476cd5.tar.lz
re3-23f2ab5ff168e821c54ff84618bd4a5a12476cd5.tar.xz
re3-23f2ab5ff168e821c54ff84618bd4a5a12476cd5.tar.zst
re3-23f2ab5ff168e821c54ff84618bd4a5a12476cd5.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 03b8a019..d12b0809 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -162,6 +162,7 @@ enum Config {
#define ASPECT_RATIO_SCALE // Not just makes everything scale with aspect ratio, also adds support for all aspect ratios
#define TRIANGULAR_BLIPS // height indicating triangular radar blips, as in VC
#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.
// Script
#define USE_DEBUG_SCRIPT_LOADER // makes game load main_freeroam.scm by default