add NoMovies ini option, rename gDrawVersionText, always save ini after loading

This commit is contained in:
withmorten
2021-02-18 22:55:26 +01:00
parent 11bc8ea602
commit 781617d484
6 changed files with 36 additions and 16 deletions

View File

@@ -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