diff options
author | withmorten <morten.with@gmail.com> | 2021-07-19 23:39:19 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-07-19 23:43:51 +0200 |
commit | a437d2bc2611166b9dbbe3072cea9f9307b98838 (patch) | |
tree | d4e53c02a4bb4109a1572fd848aae8f46bc61e14 /src/core | |
parent | render -> renderer (original name) (diff) | |
download | re3-a437d2bc2611166b9dbbe3072cea9f9307b98838.tar re3-a437d2bc2611166b9dbbe3072cea9f9307b98838.tar.gz re3-a437d2bc2611166b9dbbe3072cea9f9307b98838.tar.bz2 re3-a437d2bc2611166b9dbbe3072cea9f9307b98838.tar.lz re3-a437d2bc2611166b9dbbe3072cea9f9307b98838.tar.xz re3-a437d2bc2611166b9dbbe3072cea9f9307b98838.tar.zst re3-a437d2bc2611166b9dbbe3072cea9f9307b98838.zip |
Diffstat (limited to '')
-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 8f5cfb3d..f0960e44 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -259,7 +259,7 @@ enum Config { #define FIX_BUGS // fixes bugs that we've came across during reversing. You can undefine this only on release builds. #define MORE_LANGUAGES // Add more translations to the game -#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible, and keeps saves compatible between platforms +#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible, and keeps saves compatible between platforms, needs to be enabled on 64bit builds! #define FIX_INCOMPATIBLE_SAVES // try to fix incompatible saves, requires COMPATIBLE_SAVES #define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS |