diff options
| author | withmorten <morten.with@gmail.com> | 2021-02-18 22:40:32 +0100 |
|---|---|---|
| committer | withmorten <morten.with@gmail.com> | 2021-02-18 22:40:32 +0100 |
| commit | 48cec4a7862f40de2d0a31c065b1b24cf52d3548 (patch) | |
| tree | 59945a1d0fda7befa084f3aca91a86e866eb53ef /src/core/config.h | |
| parent | update librw; render groups only if extension supported (diff) | |
| download | re3-48cec4a7862f40de2d0a31c065b1b24cf52d3548.tar.gz | |
add NoMovies ini option, rename gDrawVersionText, always save ini after loading
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 6619be68..ebb26b39 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -223,7 +223,6 @@ enum Config { // not in master builds #define VALIDATE_SAVE_SIZE - #define NO_MOVIES // disable intro videos #define DEBUGMENU #endif @@ -241,6 +240,8 @@ enum Config { #define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible #define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS +#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 |
