From 0d55b6182af41cf555ed026c7d0ffb5ebb18e431 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 5 Nov 2020 10:59:02 +0100 Subject: 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 # Conflicts: # premake5.lua # src/core/config.h --- src/core/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/config.h') diff --git a/src/core/config.h b/src/core/config.h index ce77391c..6e0a17f7 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -243,8 +243,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 TODO #ifdef LIBRW -- cgit v1.2.3