summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-12-29 19:01:36 +0100
committerFire-Head <Fire-Head@users.noreply.github.com>2020-12-29 19:01:36 +0100
commit30236a804dba4240b4d16e54f8785a7e71fbd9d0 (patch)
treea376a80826222525532cf54c6fa0a64f8526ffff
parentgxt changes (diff)
downloadre3-30236a804dba4240b4d16e54f8785a7e71fbd9d0.tar
re3-30236a804dba4240b4d16e54f8785a7e71fbd9d0.tar.gz
re3-30236a804dba4240b4d16e54f8785a7e71fbd9d0.tar.bz2
re3-30236a804dba4240b4d16e54f8785a7e71fbd9d0.tar.lz
re3-30236a804dba4240b4d16e54f8785a7e71fbd9d0.tar.xz
re3-30236a804dba4240b4d16e54f8785a7e71fbd9d0.tar.zst
re3-30236a804dba4240b4d16e54f8785a7e71fbd9d0.zip
-rw-r--r--src/core/MenuScreensCustom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/MenuScreensCustom.cpp b/src/core/MenuScreensCustom.cpp
index 9f090e39..42ddd908 100644
--- a/src/core/MenuScreensCustom.cpp
+++ b/src/core/MenuScreensCustom.cpp
@@ -74,7 +74,7 @@
#endif
#ifdef ASPECT_RATIO_SCALE
- #define HUD_ASPECT_RATIO_SELECTOR MENUACTION_CFO_SELECT, "FEC_SCL", { new CCFOSelect((int8*)&CMenuManager::m_PrefsSpriteScalingMode, "HudAspectRatio", SpriteScalingModes, ARRAY_SIZE(SpriteScalingModes), false, nil) },
+ #define HUD_ASPECT_RATIO_SELECTOR MENUACTION_CFO_SELECT, "FEC_SCL", { new CCFOSelect((int8*)&CMenuManager::m_PrefsSpriteScalingMode, "SpriteScaling", SpriteScalingModes, ARRAY_SIZE(SpriteScalingModes), false, nil) },
#else
#define HUD_ASPECT_RATIO_SELECTOR
#endif