diff options
author | aap <aap@papnet.eu> | 2020-12-20 11:31:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 11:31:22 +0100 |
commit | 6697ab6b63b8ac8ce1cc96746f157a971973564f (patch) | |
tree | 308cfd8f4e23e713fec89e041d92ecc96ba462c5 /src/core/config.h | |
parent | Merge pull request #891 from Nick007J/miami (diff) | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.gz re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.bz2 re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.lz re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.xz re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.zst re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index c46adcd8..7e7292a3 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -192,6 +192,11 @@ enum Config { // those infamous texts #define DRAW_GAME_VERSION_TEXT +// Memory allocation and compression +// #define USE_CUSTOM_ALLOCATOR // use CMemoryHeap for allocation. use with care, not finished yet +//#define COMPRESSED_COL_VECTORS // use compressed vectors for collision vertices +//#define ANIM_COMPRESSION // only keep most recently used anims uncompressed + #if defined GTA_PS2 # define GTA_PS2_STUFF # define RANDOMSPLASH |