summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-07-29 14:24:42 +0200
committerSergeanur <s.anureev@yandex.ua>2020-07-29 14:24:42 +0200
commit6b92e9e12b376b9edf04070ecf83179e9a0f8fda (patch)
tree2a3bb24458b915e9c19bd3ad5102b45f8e905c0f /src/core/config.h
parentThe real pickup reflection fix (diff)
downloadre3-6b92e9e12b376b9edf04070ecf83179e9a0f8fda.tar
re3-6b92e9e12b376b9edf04070ecf83179e9a0f8fda.tar.gz
re3-6b92e9e12b376b9edf04070ecf83179e9a0f8fda.tar.bz2
re3-6b92e9e12b376b9edf04070ecf83179e9a0f8fda.tar.lz
re3-6b92e9e12b376b9edf04070ecf83179e9a0f8fda.tar.xz
re3-6b92e9e12b376b9edf04070ecf83179e9a0f8fda.tar.zst
re3-6b92e9e12b376b9edf04070ecf83179e9a0f8fda.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 8972e7b7..9dfbad03 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -198,6 +198,7 @@ enum Config {
#define ASPECT_RATIO_SCALE // Not just makes everything scale with aspect ratio, also adds support for all aspect ratios
#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 DUAL_PASS_RENDERING // dual pass rendering from SkyGfx
#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 NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU