summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-07-29 18:32:37 +0200
committereray orçunus <erayorcunus@gmail.com>2020-07-29 18:32:37 +0200
commit0009558fcb0833ccdf2dcaec9d83b0413125fa5f (patch)
tree91a6258d27a8840c9020ccfbe3c1afaa528d3df5 /src/core/config.h
parentFix Win32 OAL build (diff)
parentUpdate README.md (diff)
downloadre3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar
re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.gz
re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.bz2
re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.lz
re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.xz
re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.zst
re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.zip
Diffstat (limited to '')
-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..94a35782 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 PS2_ALPHA_TEST // emulate ps2 alpha test
#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