diff options
author | aap <aap@papnet.eu> | 2021-01-21 22:35:11 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-21 22:35:11 +0100 |
commit | 69500eed5672a0b7abb2ddbf5133fbc61b9794a0 (patch) | |
tree | d60dfa42409fa8d09d84ff64f21f802f2a4545b0 | |
parent | fixed anisotropic filtering; updated librw (diff) | |
download | re3-69500eed5672a0b7abb2ddbf5133fbc61b9794a0.tar re3-69500eed5672a0b7abb2ddbf5133fbc61b9794a0.tar.gz re3-69500eed5672a0b7abb2ddbf5133fbc61b9794a0.tar.bz2 re3-69500eed5672a0b7abb2ddbf5133fbc61b9794a0.tar.lz re3-69500eed5672a0b7abb2ddbf5133fbc61b9794a0.tar.xz re3-69500eed5672a0b7abb2ddbf5133fbc61b9794a0.tar.zst re3-69500eed5672a0b7abb2ddbf5133fbc61b9794a0.zip |
-rw-r--r-- | src/core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index 239fae7b..f1346fc0 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -446,7 +446,7 @@ PluginAttach(void) } #ifdef GTA_PS2 -#define NUM_PREALLOC_ATOMICS 32455 +#define NUM_PREALLOC_ATOMICS 3245 #define NUM_PREALLOC_CLUMPS 101 #define NUM_PREALLOC_FRAMES 2821 #define NUM_PREALLOC_GEOMETRIES 1404 |