add ifdef LIBRW guard for pipelines and colourfilter

This commit is contained in:
withmorten 2020-11-01 01:09:46 +01:00
parent f73450f541
commit e9735f928f
1 changed files with 2 additions and 0 deletions

View File

@ -227,8 +227,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