From bd8e9fa485de41a8f2a992f243a40a2c24092a59 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 13 Jan 2025 17:34:14 -0300 Subject: [PATCH] use Expand instead of Native in HUD aspect ratio options --- src/port/ui/ImguiUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index c2000e90..dc1749a1 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -441,7 +441,7 @@ void DrawGameMenu() { } static const char* hudAspects[] = { - "Native", "Custom", "Original (4:3)", "Widescreen (16:9)", "Nintendo 3DS (5:3)", "16:10 (8:5)", "Ultrawide (21:9)" + "Expand", "Custom", "Original (4:3)", "Widescreen (16:9)", "Nintendo 3DS (5:3)", "16:10 (8:5)", "Ultrawide (21:9)" }; void DrawEnhancementsMenu() {