mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Default aspect ratio + sublabel correction
This commit is contained in:
parent
fa5ec2d4b1
commit
eb49458284
@ -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)
|
||||
|
@ -1691,7 +1691,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(
|
||||
|
@ -11169,7 +11169,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user