diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-28 15:29:45 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-11-28 15:29:45 +0100 |
commit | ad48b9cde01522938590aab444bb09275ff5359d (patch) | |
tree | 6597afb92a9d03c7d5688cdcd4839c4d935d8fc3 /src/core | |
parent | Add multisampling to librw (diff) | |
download | re3-ad48b9cde01522938590aab444bb09275ff5359d.tar re3-ad48b9cde01522938590aab444bb09275ff5359d.tar.gz re3-ad48b9cde01522938590aab444bb09275ff5359d.tar.bz2 re3-ad48b9cde01522938590aab444bb09275ff5359d.tar.lz re3-ad48b9cde01522938590aab444bb09275ff5359d.tar.xz re3-ad48b9cde01522938590aab444bb09275ff5359d.tar.zst re3-ad48b9cde01522938590aab444bb09275ff5359d.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 ead9b787..99c5f6ef 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -233,6 +233,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 USE_TEXTURE_POOL #ifdef LIBRW //#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur) |