diff options
author | aap <aap@papnet.eu> | 2020-04-29 18:08:54 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-04-29 18:24:25 +0200 |
commit | 804b022e671f11f2cf680862f2822444d6b66a5c (patch) | |
tree | 5fe1cd04456d0d5ca1adb674e4a2c9a01567869a /src/core/config.h | |
parent | for real this time (diff) | |
download | re3-804b022e671f11f2cf680862f2822444d6b66a5c.tar re3-804b022e671f11f2cf680862f2822444d6b66a5c.tar.gz re3-804b022e671f11f2cf680862f2822444d6b66a5c.tar.bz2 re3-804b022e671f11f2cf680862f2822444d6b66a5c.tar.lz re3-804b022e671f11f2cf680862f2822444d6b66a5c.tar.xz re3-804b022e671f11f2cf680862f2822444d6b66a5c.tar.zst re3-804b022e671f11f2cf680862f2822444d6b66a5c.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 163af701..01684afd 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -192,6 +192,7 @@ enum Config { #define MORE_LANGUAGES // Add more translations to the game #define DEFAULT_NATIVE_RESOLUTION // Set default video mode to your native resolution (fixes Windows 10 launch) #define USE_TXD_CDIMAGE // generate and load textures from txd.img +#define IMPROVED_VIDEOMODE // save and load videomode parameters instead of a magic number //#define USE_TEXTURE_POOL //#define OPENAL |