summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-08-02 23:09:37 +0200
committerGitHub <noreply@github.com>2019-08-02 23:09:37 +0200
commita890a8a3b45c74c1e29bb4c9aba650752c39c5d9 (patch)
treed41bb0d3b3f434ff8d4d3e4f12746451ae03083b /src/core/config.h
parentsome CPed cleanup (diff)
parentMerge branch 'master' of github.com:Fire-Head/re3 (diff)
downloadre3-a890a8a3b45c74c1e29bb4c9aba650752c39c5d9.tar
re3-a890a8a3b45c74c1e29bb4c9aba650752c39c5d9.tar.gz
re3-a890a8a3b45c74c1e29bb4c9aba650752c39c5d9.tar.bz2
re3-a890a8a3b45c74c1e29bb4c9aba650752c39c5d9.tar.lz
re3-a890a8a3b45c74c1e29bb4c9aba650752c39c5d9.tar.xz
re3-a890a8a3b45c74c1e29bb4c9aba650752c39c5d9.tar.zst
re3-a890a8a3b45c74c1e29bb4c9aba650752c39c5d9.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 85d79a01..52d1dab8 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -93,6 +93,7 @@ enum Config {
# define RANDOMSPLASH
#elif defined GTA_PC
# define GTA3_1_1_PATCH
+//# define GTA3_STEAM_PATCH
# ifdef GTA_PS2_STUFF
//# define USE_PS2_RAND // this is unsafe until we have the game reversed
# define RANDOMSPLASH // use random splash as on PS2
@@ -114,6 +115,7 @@ enum Config {
// not in any game
# define NASTY_GAME // nasty game for all languages
# define NO_MOVIES // disable intro videos
+# define NO_CDCHECK
# define CHATTYSPLASH // print what the game is loading
#endif