aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-12-29 21:01:36 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2020-12-29 21:01:36 +0300
commit30236a804dba4240b4d16e54f8785a7e71fbd9d0 (patch)
treea376a80826222525532cf54c6fa0a64f8526ffff /src
parent24eb7c98f2faeb6f1a4bf12a11acbaa7437c7215 (diff)
fix ini key
Diffstat (limited to 'src')
-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