diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-08 23:02:17 +0100 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-08 23:02:17 +0100 |
commit | 91c6389754204c7cc419cecb4b73d576106890c3 (patch) | |
tree | 99ee9b860a2739d0ffee7b5d88d8d50c0de4283d /src/core/config.h | |
parent | sync with re3 (diff) | |
parent | Use original names (diff) | |
download | re3-91c6389754204c7cc419cecb4b73d576106890c3.tar re3-91c6389754204c7cc419cecb4b73d576106890c3.tar.gz re3-91c6389754204c7cc419cecb4b73d576106890c3.tar.bz2 re3-91c6389754204c7cc419cecb4b73d576106890c3.tar.lz re3-91c6389754204c7cc419cecb4b73d576106890c3.tar.xz re3-91c6389754204c7cc419cecb4b73d576106890c3.tar.zst re3-91c6389754204c7cc419cecb4b73d576106890c3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index 38ee9712..8e528a67 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -317,7 +317,7 @@ enum Config { # define GRAPHICS_MENU_OPTIONS // otherwise Display settings will be scrollable # define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU # define CUTSCENE_BORDERS_SWITCH -//# define MULTISAMPLING // adds MSAA option +# define MULTISAMPLING // adds MSAA option # define INVERT_LOOK_FOR_PAD // enable the hidden option # endif #endif @@ -387,7 +387,6 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #ifdef LIBRW // these are not supported with librw yet -# undef MULTISAMPLING #endif // IMG #define BIG_IMG // allows to read larger img files |