diff options
author | withmorten <morten.with@gmail.com> | 2020-11-01 01:09:46 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2020-11-01 01:09:46 +0100 |
commit | e9735f928f2c7c0675ef8ac2881da380f390576e (patch) | |
tree | 7002d19ae560c60a2ed467693aba4a3671c7c14a /src | |
parent | enable static runtime for all windows builds; fast floating point for x86/x64 builds; no sized dealloc for windows builds (diff) | |
download | re3-e9735f928f2c7c0675ef8ac2881da380f390576e.tar re3-e9735f928f2c7c0675ef8ac2881da380f390576e.tar.gz re3-e9735f928f2c7c0675ef8ac2881da380f390576e.tar.bz2 re3-e9735f928f2c7c0675ef8ac2881da380f390576e.tar.lz re3-e9735f928f2c7c0675ef8ac2881da380f390576e.tar.xz re3-e9735f928f2c7c0675ef8ac2881da380f390576e.tar.zst re3-e9735f928f2c7c0675ef8ac2881da380f390576e.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 019ff659..7022fcc9 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -227,8 +227,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 |