diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-28 15:29:45 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-01 02:51:31 +0100 |
commit | 5a3a058ed34848ebd44f055d8175c0ba4560f25a (patch) | |
tree | 028ad895a8ddd94c1935099954d8e5c296bb801c /src/core | |
parent | Add multisampling to librw (diff) | |
download | re3-5a3a058ed34848ebd44f055d8175c0ba4560f25a.tar re3-5a3a058ed34848ebd44f055d8175c0ba4560f25a.tar.gz re3-5a3a058ed34848ebd44f055d8175c0ba4560f25a.tar.bz2 re3-5a3a058ed34848ebd44f055d8175c0ba4560f25a.tar.lz re3-5a3a058ed34848ebd44f055d8175c0ba4560f25a.tar.xz re3-5a3a058ed34848ebd44f055d8175c0ba4560f25a.tar.zst re3-5a3a058ed34848ebd44f055d8175c0ba4560f25a.zip |
Diffstat (limited to 'src/core')
-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 e7b07576..b19bc738 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -240,6 +240,7 @@ enum Config { #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 DISABLE_VSYNC_ON_TEXTURE_CONVERSION // make texture conversion work faster by disabling vsync //#define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU //#define USE_TEXTURE_POOL //#define CUTSCENE_BORDERS_SWITCH |