diff options
author | aap <aap@papnet.eu> | 2020-08-11 18:39:53 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-11 18:40:04 +0200 |
commit | b468d010a8a185bd04cdb1fb41810a189971e583 (patch) | |
tree | 8eda0c65a57dd11653252fcca2bbbd64c9343b5c /src/core/config.h | |
parent | Merge pull request #683 from majesticCoding/miami (diff) | |
download | re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.gz re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.bz2 re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.lz re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.xz re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.zst re3-b468d010a8a185bd04cdb1fb41810a189971e583.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 469f9017..eadbc307 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -225,6 +225,7 @@ enum Config { //#define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU //#define USE_TEXTURE_POOL #define CUTSCENE_BORDERS_SWITCH +//#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur) // Water & Particle #define PC_PARTICLE |