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 | |
parent | b3da518ae02eb9c9a9cc3e0343438f07d6d28251 (diff) | |
parent | db7c3bda7d13a01a3bee48b6a195a772d06e3c82 (diff) |
Merge pull request #795 from withmorten/master
enable static runtime for all windows builds; fast floating point for x86/x64 builds; no sized dealloc for windows builds
Diffstat (limited to 'src')
-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 |