diff options
author | aap <aap@papnet.eu> | 2020-07-29 14:31:34 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-07-29 14:31:34 +0200 |
commit | e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132 (patch) | |
tree | 1a955129f0f9cd615f97a9c3ee0ee1efcba832e8 /src/core/config.h | |
parent | Add forgotten file (diff) | |
download | re3-e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132.tar re3-e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132.tar.gz re3-e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132.tar.bz2 re3-e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132.tar.lz re3-e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132.tar.xz re3-e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132.tar.zst re3-e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 9dfbad03..94a35782 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -198,7 +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 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 |