diff --git a/config.def.h b/config.def.h index 3fb02ace30..ee693e7ce3 100644 --- a/config.def.h +++ b/config.def.h @@ -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) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 89395451b6..7c0d8451e1 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -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( diff --git a/menu/menu_setting.c b/menu/menu_setting.c index 0b4115ccbc..3dab08c632 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -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,