summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-10-28 03:11:34 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-10-28 13:05:04 +0100
commit922d06ab1fb1c2222b2738bd12cbc7549dc52ded (patch)
tree412f2a95fbbe4f0deb57f4c14d84121f0e971dd5 /src/core/config.h
parentfix FireShotgun missing normalise (diff)
downloadre3-922d06ab1fb1c2222b2738bd12cbc7549dc52ded.tar
re3-922d06ab1fb1c2222b2738bd12cbc7549dc52ded.tar.gz
re3-922d06ab1fb1c2222b2738bd12cbc7549dc52ded.tar.bz2
re3-922d06ab1fb1c2222b2738bd12cbc7549dc52ded.tar.lz
re3-922d06ab1fb1c2222b2738bd12cbc7549dc52ded.tar.xz
re3-922d06ab1fb1c2222b2738bd12cbc7549dc52ded.tar.zst
re3-922d06ab1fb1c2222b2738bd12cbc7549dc52ded.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 171c6be9..efb09222 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -210,8 +210,8 @@ 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)
-//#define EXTENDED_PIPELINES // custom render pipelines (includes Neo)
+#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur)
+#define EXTENDED_PIPELINES // custom render pipelines (includes Neo)
#define MULTISAMPLING // adds MSAA option
#ifdef LIBRW