diff options
author | aap <aap@papnet.eu> | 2020-08-23 13:30:21 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-23 13:30:21 +0200 |
commit | 771235d21367bcc293749082aed2086f2a7a5939 (patch) | |
tree | 0281f772c3dad2bdb07cdad9d525b331a4250f16 /src/core | |
parent | fixed CRenderer::ScanSectorPoly again (diff) | |
download | re3-771235d21367bcc293749082aed2086f2a7a5939.tar re3-771235d21367bcc293749082aed2086f2a7a5939.tar.gz re3-771235d21367bcc293749082aed2086f2a7a5939.tar.bz2 re3-771235d21367bcc293749082aed2086f2a7a5939.tar.lz re3-771235d21367bcc293749082aed2086f2a7a5939.tar.xz re3-771235d21367bcc293749082aed2086f2a7a5939.tar.zst re3-771235d21367bcc293749082aed2086f2a7a5939.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index c4b4fc77..2c4e26e5 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -209,8 +209,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 |