diff options
author | aap <aap@papnet.eu> | 2021-01-21 22:17:35 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-21 22:17:35 +0100 |
commit | e99589a3ebf32b86046429c025fb0d3db6e44a68 (patch) | |
tree | 13390a57f5cb3a0e0445387e4bd47bcd3e6bcb7a /src/core/config.h | |
parent | fix (diff) | |
download | re3-e99589a3ebf32b86046429c025fb0d3db6e44a68.tar re3-e99589a3ebf32b86046429c025fb0d3db6e44a68.tar.gz re3-e99589a3ebf32b86046429c025fb0d3db6e44a68.tar.bz2 re3-e99589a3ebf32b86046429c025fb0d3db6e44a68.tar.lz re3-e99589a3ebf32b86046429c025fb0d3db6e44a68.tar.xz re3-e99589a3ebf32b86046429c025fb0d3db6e44a68.tar.zst re3-e99589a3ebf32b86046429c025fb0d3db6e44a68.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 2ce692b5..ef282b25 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -263,6 +263,7 @@ enum Config { #define IMPROVED_VIDEOMODE // save and load videomode parameters instead of a magic number #define DISABLE_LOADING_SCREEN // disable the loading screen which vastly improves the loading time #define DISABLE_VSYNC_ON_TEXTURE_CONVERSION // make texture conversion work faster by disabling vsync +#define ANISOTROPIC_FILTERING // set all textures to max anisotropic filtering //#define USE_TEXTURE_POOL #ifdef LIBRW #define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur) |