summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-12-26 14:48:55 +0100
committeraap <aap@papnet.eu>2020-12-26 14:48:55 +0100
commit7613528e7e05a4f8b2a0210ddc90fd9023a2f065 (patch)
treedf4c81cd7683a3454ea6164843ef77237272031b /src/core/config.h
parentgarage cam fix (diff)
downloadre3-7613528e7e05a4f8b2a0210ddc90fd9023a2f065.tar
re3-7613528e7e05a4f8b2a0210ddc90fd9023a2f065.tar.gz
re3-7613528e7e05a4f8b2a0210ddc90fd9023a2f065.tar.bz2
re3-7613528e7e05a4f8b2a0210ddc90fd9023a2f065.tar.lz
re3-7613528e7e05a4f8b2a0210ddc90fd9023a2f065.tar.xz
re3-7613528e7e05a4f8b2a0210ddc90fd9023a2f065.tar.zst
re3-7613528e7e05a4f8b2a0210ddc90fd9023a2f065.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/core/config.h b/src/core/config.h
index ae2189e2..f6336be8 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -260,17 +260,14 @@ enum Config {
#define DISABLE_VSYNC_ON_TEXTURE_CONVERSION // make texture conversion work faster by disabling vsync
//#define USE_TEXTURE_POOL
#ifdef LIBRW
-//#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur)
-//#define EXTENDED_PIPELINES // custom render pipelines (includes Neo)
-//#define SCREEN_DROPLETS // neo water droplets
-//#define NEW_RENDERER // leeds-like world rendering, needs librw
+#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur)
+#define EXTENDED_PIPELINES // custom render pipelines (includes Neo)
+#define SCREEN_DROPLETS // neo water droplets
+#define NEW_RENDERER // leeds-like world rendering, needs librw
#endif
#ifndef EXTENDED_COLOURFILTER
-#undef SCREEN_DROPLETS // we need the front- (or back-)buffer for this effect
-#endif
-#ifndef EXTENDED_PIPELINES
-#undef SCREEN_DROPLETS // we need neo.txd
+#undef SCREEN_DROPLETS // we need the backbuffer for this effect
#endif
// Water & Particle