From 07fe099b4e1fd877176f2b2947841ee82aa91ed0 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 19 Nov 2020 19:07:32 +0100 Subject: neo screen droplets --- src/core/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/core/config.h') diff --git a/src/core/config.h b/src/core/config.h index 66e174ea..fc8e61f6 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -246,10 +246,18 @@ enum Config { #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 #endif //#define MULTISAMPLING // adds MSAA option TODO +#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 +#endif + #ifdef LIBRW // these are not supported with librw yet # undef MULTISAMPLING -- cgit v1.2.3