mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 01:29:16 +01:00
NO_MOVIES and DEBUGMENU not for MASTER
This commit is contained in:
parent
e95516032f
commit
57b01ac476
@ -167,9 +167,7 @@ enum Config {
|
|||||||
|
|
||||||
// quality of life fixes that should also be in FINAL
|
// quality of life fixes that should also be in FINAL
|
||||||
#define NASTY_GAME // nasty game for all languages
|
#define NASTY_GAME // nasty game for all languages
|
||||||
#define NO_MOVIES // disable intro videos
|
|
||||||
#define NO_CDCHECK
|
#define NO_CDCHECK
|
||||||
#define DEBUGMENU
|
|
||||||
|
|
||||||
// those infamous texts
|
// those infamous texts
|
||||||
#define DRAW_GAME_VERSION_TEXT
|
#define DRAW_GAME_VERSION_TEXT
|
||||||
@ -200,6 +198,9 @@ enum Config {
|
|||||||
#else
|
#else
|
||||||
// not in master builds
|
// not in master builds
|
||||||
#define VALIDATE_SAVE_SIZE
|
#define VALIDATE_SAVE_SIZE
|
||||||
|
|
||||||
|
#define NO_MOVIES // disable intro videos
|
||||||
|
#define DEBUGMENU
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FINAL
|
#ifdef FINAL
|
||||||
|
Loading…
Reference in New Issue
Block a user