diff options
author | withmorten <morten.with@gmail.com> | 2021-07-09 18:05:26 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-07-09 18:05:26 +0200 |
commit | 0b269571d78487733d786d677e5f831d1781ef95 (patch) | |
tree | 055a3013969f12e79d34b404f829639940fb3a79 | |
parent | Use CPad functions to check key states in script loader (diff) | |
download | re3-0b269571d78487733d786d677e5f831d1781ef95.tar re3-0b269571d78487733d786d677e5f831d1781ef95.tar.gz re3-0b269571d78487733d786d677e5f831d1781ef95.tar.bz2 re3-0b269571d78487733d786d677e5f831d1781ef95.tar.lz re3-0b269571d78487733d786d677e5f831d1781ef95.tar.xz re3-0b269571d78487733d786d677e5f831d1781ef95.tar.zst re3-0b269571d78487733d786d677e5f831d1781ef95.zip |
Diffstat (limited to '')
-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 ff44eef1..2a3b8e6d 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -464,6 +464,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 |