diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-03-31 12:30:13 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-03-31 15:11:45 +0200 |
commit | 409663adb8cd5b6d4ad732ec9713657a1bae9e04 (patch) | |
tree | e0c000148920cf972098142cd68051f77e8fb397 /src/core/config.h | |
parent | Merge pull request #373 from erorcun/erorcun (diff) | |
download | re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.gz re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.bz2 re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.lz re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.xz re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.zst re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.zip |
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 b4f3b7b2..58885e57 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -169,8 +169,9 @@ 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 |