diff options
author | aap <aap@papnet.eu> | 2020-11-05 10:59:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 10:59:02 +0100 |
commit | 881a3e1091fa1fcf6d8e52e358a614bff32f0201 (patch) | |
tree | f0bb238c2cfc8f40d0787924eb052d7b68e446af /src/core | |
parent | only do backface culling on buildings (diff) | |
parent | disable static runtime for glfw (diff) | |
download | re3-881a3e1091fa1fcf6d8e52e358a614bff32f0201.tar re3-881a3e1091fa1fcf6d8e52e358a614bff32f0201.tar.gz re3-881a3e1091fa1fcf6d8e52e358a614bff32f0201.tar.bz2 re3-881a3e1091fa1fcf6d8e52e358a614bff32f0201.tar.lz re3-881a3e1091fa1fcf6d8e52e358a614bff32f0201.tar.xz re3-881a3e1091fa1fcf6d8e52e358a614bff32f0201.tar.zst re3-881a3e1091fa1fcf6d8e52e358a614bff32f0201.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index ea4330a4..9af75405 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -230,8 +230,10 @@ 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 +#ifdef LIBRW //#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur) //#define EXTENDED_PIPELINES // custom render pipelines (includes Neo) +#endif #define MULTISAMPLING // adds MSAA option #ifdef LIBRW |