diff options
author | withmorten <morten.with@gmail.com> | 2020-10-29 19:23:59 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2020-10-29 19:23:59 +0100 |
commit | 57b01ac4769b0ac83150f2284f5bad87f2f166a3 (patch) | |
tree | cac57f805c6d8115f9a007a83f5e560d3ffeb804 /src | |
parent | fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL, add extra defines for menu and game version text (diff) | |
download | re3-57b01ac4769b0ac83150f2284f5bad87f2f166a3.tar re3-57b01ac4769b0ac83150f2284f5bad87f2f166a3.tar.gz re3-57b01ac4769b0ac83150f2284f5bad87f2f166a3.tar.bz2 re3-57b01ac4769b0ac83150f2284f5bad87f2f166a3.tar.lz re3-57b01ac4769b0ac83150f2284f5bad87f2f166a3.tar.xz re3-57b01ac4769b0ac83150f2284f5bad87f2f166a3.tar.zst re3-57b01ac4769b0ac83150f2284f5bad87f2f166a3.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index 92c0511f..019ff659 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -167,9 +167,7 @@ enum Config { // quality of life fixes that should also be in FINAL #define NASTY_GAME // nasty game for all languages -#define NO_MOVIES // disable intro videos #define NO_CDCHECK -#define DEBUGMENU // those infamous texts #define DRAW_GAME_VERSION_TEXT @@ -200,6 +198,9 @@ enum Config { #else // not in master builds #define VALIDATE_SAVE_SIZE + + #define NO_MOVIES // disable intro videos + #define DEBUGMENU #endif #ifdef FINAL |