mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-12 04:46:39 +00:00
(RGUI) Cleaner rotation label
This commit is contained in:
parent
36d34871fb
commit
1e22908756
@ -535,8 +535,8 @@ static void render_text(rgui_handle_t *rgui)
|
||||
strlcpy(type_str, aspectratio_lut[g_settings.video.aspect_ratio_idx].name, sizeof(type_str));
|
||||
break;
|
||||
case RGUI_SETTINGS_VIDEO_ROTATION:
|
||||
snprintf(type_str, sizeof(type_str), "Rotation: %s",
|
||||
rotation_lut[g_extern.console.screen.orientation]);
|
||||
strlcpy(type_str, rotation_lut[g_extern.console.screen.orientation],
|
||||
sizeof(type_str));
|
||||
break;
|
||||
case RGUI_SETTINGS_AUDIO_MUTE:
|
||||
if (g_extern.audio_data.mute)
|
||||
|
Loading…
Reference in New Issue
Block a user