mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
config_locale: update Aspect Ratio locale
Co-Authored-By: Michael <15317421+ActualMandM@users.noreply.github.com>
This commit is contained in:
parent
492bc680b3
commit
de556dc60f
1 changed files with 4 additions and 4 deletions
|
|
@ -245,10 +245,10 @@ CONFIG_DEFINE_ENUM_LOCALE(EAspectRatio)
|
|||
{
|
||||
ELanguage::English,
|
||||
{
|
||||
{ EAspectRatio::Auto, { "AUTO", "Auto: The aspect ratio will dynamically adjust to the window size." } },
|
||||
{ EAspectRatio::Wide, { "16:9", "Locked 16:9: Introduces letterboxing when needed." } },
|
||||
{ EAspectRatio::Narrow, { "4:3", "Locked 4:3: Introduces pillarboxing when needed." } },
|
||||
{ EAspectRatio::OriginalNarrow, { "ORIGINAL 4:3", "Original 4:3: Introduces pillarboxing while maintaining various UI quirks from the original." } }
|
||||
{ EAspectRatio::Auto, { "AUTO", "Auto: the aspect ratio will dynamically adjust to the window size." } },
|
||||
{ EAspectRatio::Wide, { "16:9", "16:9: locks the game to a widescreen aspect ratio." } },
|
||||
{ EAspectRatio::Narrow, { "4:3", "4:3: locks the game to a narrow aspect ratio." } },
|
||||
{ EAspectRatio::OriginalNarrow, { "ORIGINAL 4:3", "Original 4:3: locks the game to a narrow aspect ratio and retains parity with the game's original implementation." } }
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue