summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-02-18 22:55:26 +0100
committerwithmorten <morten.with@gmail.com>2021-02-18 22:55:26 +0100
commit781617d484ae7f7966ee7d3f1abe557c9ad9230c (patch)
treeb074bd2e34a66cf354270f4af7cb99a6f1657f00 /src/core/config.h
parentupdate librw; render groups only if extension supported (diff)
downloadre3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.gz
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.bz2
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.lz
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.xz
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.zst
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 44322496..6d30a65f 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -232,7 +232,6 @@ enum Config {
// not in master builds
#define VALIDATE_SAVE_SIZE
- #define NO_MOVIES // disable intro videos
#define DEBUGMENU
#endif
@@ -251,6 +250,8 @@ enum Config {
#define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS
#define FIX_HIGH_FPS_BUGS_ON_FRONTEND
+#define NO_MOVIES // add option to disable intro videos
+
#if defined(__LP64__) || defined(_WIN64)
#define FIX_BUGS_64 // Must have fixes to be able to run 64 bit build
#endif