summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-12-21 12:34:29 +0100
committeraap <aap@papnet.eu>2020-12-21 12:34:29 +0100
commitfb97335d9f66d1cce6fba106e7b0f4e9bc7e5662 (patch)
treeecf021ec4959c7c6d0aafdc15220c89b97aa97ac /src/core/config.h
parentmain.cpp mostly checked against ps2 now (diff)
downloadre3-fb97335d9f66d1cce6fba106e7b0f4e9bc7e5662.tar
re3-fb97335d9f66d1cce6fba106e7b0f4e9bc7e5662.tar.gz
re3-fb97335d9f66d1cce6fba106e7b0f4e9bc7e5662.tar.bz2
re3-fb97335d9f66d1cce6fba106e7b0f4e9bc7e5662.tar.lz
re3-fb97335d9f66d1cce6fba106e7b0f4e9bc7e5662.tar.xz
re3-fb97335d9f66d1cce6fba106e7b0f4e9bc7e5662.tar.zst
re3-fb97335d9f66d1cce6fba106e7b0f4e9bc7e5662.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 7e7292a3..7742999f 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -7,7 +7,7 @@ enum Config {
MAX_CDIMAGES = 8, // additional cdimages
MAX_CDCHANNELS = 5,
- MODELINFOSIZE = 6500,
+ MODELINFOSIZE = 6500, // 4900 on PS2
TXDSTORESIZE = 1385,
COLSTORESIZE = 31,
EXTRADIRSIZE = 256,