diff options
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 |