diff options
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 1d4bf574..9e42fb9e 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -235,7 +235,6 @@ enum Config { // not in master builds #define VALIDATE_SAVE_SIZE - #define NO_MOVIES // disable intro videos #define DEBUGMENU #endif @@ -254,6 +253,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 |