diff options
author | erorcun <erayorcunus@gmail.com> | 2020-01-07 15:23:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 15:23:09 +0100 |
commit | f9316d9cc3cfb748366758c41cf02634b6df9a08 (patch) | |
tree | cb7dafc76cb2966ac86d908fd5d99c3b7c164cf0 /src/core/config.h | |
parent | Merge pull request #285 from Nick007J/script_dev (diff) | |
download | re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.gz re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.bz2 re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.lz re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.xz re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.zst re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index 80176fca..f36db2f4 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -152,9 +152,10 @@ enum Config { // Pad #define KANGAROO_CHEAT -// Hud & radar -#define ASPECT_RATIO_SCALE +// Hud, frontend and radar +#define ASPECT_RATIO_SCALE // Not just makes everything scale with aspect ratio, also adds support for all aspect ratios #define TRIANGULAR_BLIPS // height indicating triangular radar blips, as in VC +#define PS2_SAVE_DIALOG // PS2 style save dialog with transparent black box // Script #define USE_DEBUG_SCRIPT_LOADER // makes game load main_freeroam.scm by default |