Merge pull request #12863 from sonninnos/config-ar

Default aspect ratio + sublabel correction
This commit is contained in:
Autechre 2021-08-25 17:29:25 +02:00 committed by GitHub
commit 23a06ef1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@
#elif defined(_XBOX1) || defined(GEKKO) || defined(ANDROID)
#define DEFAULT_ASPECT_RATIO 1.3333f
#else
#define DEFAULT_ASPECT_RATIO -1.0f
#define DEFAULT_ASPECT_RATIO 1.3333f
#endif
#if defined(GEKKO)

View File

@ -1695,7 +1695,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO,
"Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Custom Aspect Ratio'."
"Floating point value for video aspect ratio (width / height), used if 'Aspect Ratio' is set to 'Config'."
)
#if defined(DINGUX)
MSG_HASH(

View File

@ -11193,7 +11193,7 @@ static bool setting_append_list(
&settings->floats.video_aspect_ratio,
MENU_ENUM_LABEL_VIDEO_ASPECT_RATIO,
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO,
1.33,
DEFAULT_ASPECT_RATIO,
"%.2f",
&group_info,
&subgroup_info,