diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-10 01:07:14 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-10 01:07:14 +0200 |
commit | 71d1b4641706a577f90a7f30493fbb9588b36f5f (patch) | |
tree | 386648347c57741590ad6f3254064233373c9de6 /src/core | |
parent | Remove redundant SampleManager.InitialiseChannel call (diff) | |
parent | Update GXT compiler with fix of German (diff) | |
download | re3-71d1b4641706a577f90a7f30493fbb9588b36f5f.tar re3-71d1b4641706a577f90a7f30493fbb9588b36f5f.tar.gz re3-71d1b4641706a577f90a7f30493fbb9588b36f5f.tar.bz2 re3-71d1b4641706a577f90a7f30493fbb9588b36f5f.tar.lz re3-71d1b4641706a577f90a7f30493fbb9588b36f5f.tar.xz re3-71d1b4641706a577f90a7f30493fbb9588b36f5f.tar.zst re3-71d1b4641706a577f90a7f30493fbb9588b36f5f.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index e50b33f2..ca0aadc5 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -468,6 +468,11 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #undef DISABLE_LOADING_SCREEN #undef DISABLE_VSYNC_ON_TEXTURE_CONVERSION +#undef EXTENDED_COLOURFILTER +#undef EXTENDED_PIPELINES +#undef SCREEN_DROPLETS +#undef NEW_RENDERER + #undef FIX_SPRITES #define PC_WATER |