diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 0d39550a..58885e57 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -169,12 +169,14 @@ enum Config { // not in any game # define NASTY_GAME // nasty game for all languages # define NO_MOVIES // disable intro videos -# define NO_CDCHECK +# define NO_CDCHECK # define CHATTYSPLASH // print what the game is loading +//# define TIMEBARS // print debug timers #endif #define FIX_BUGS // fixes bugs that we've came across during reversing, TODO: use this more #define TOGGLEABLE_BETA_FEATURES // toggleable from debug menu. not too many things +#define MORE_LANGUAGES // Add more translations to the game // Pad #define XINPUT |