diff options
| author | withmorten <morten.with@gmail.com> | 2021-07-09 18:02:36 +0200 |
|---|---|---|
| committer | withmorten <morten.with@gmail.com> | 2021-07-09 18:02:36 +0200 |
| commit | e2ae17d99414b92669e5fda7304adfbe52191c86 (patch) | |
| tree | 6199479b80d7b5dde46c53db9ce2b7218265c6a5 /src/core/config.h | |
| parent | Use CPad functions to check key states in script loader (diff) | |
| download | re3-e2ae17d99414b92669e5fda7304adfbe52191c86.tar.gz | |
add librw defines to vanilla defines undefs
Diffstat (limited to 'src/core/config.h')
| -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 2d1b75ae..c9339b74 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -476,6 +476,11 @@ enum Config { #undef ANISOTROPIC_FILTERING //#define USE_TEXTURE_POOL // not possible because R* used custom RW33 +#undef EXTENDED_COLOURFILTER +#undef EXTENDED_PIPELINES +#undef SCREEN_DROPLETS +#undef NEW_RENDERER + #undef FIX_SPRITES #define PC_PARTICLE |
