Wii: Other half of last two commits
Vicki Pfau vi@endrift.com
Wed, 29 May 2019 09:58:00 -0700
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/platform/wii/main.c
→
src/platform/wii/main.c
@@ -499,12 +499,12 @@ .data = "stretchHeight",
.submenu = 0, .state = 6, .validStates = (const char*[]) { - "1/2x", "0.6x", "1/3x", "0.7x", "1/4x", "0.8x", "0.9x", "1.0x" + "1/2x", "0.6x", "2/3x", "0.7x", "3/4x", "0.8x", "0.9x", "1.0x" }, .stateMappings = (const struct GUIVariant[]) { GUI_V_F(0.5f), GUI_V_F(0.6f), - GUI_V_F(1.f / 3.f), + GUI_V_F(2.f / 3.f), GUI_V_F(0.7f), GUI_V_F(0.75f), GUI_V_F(0.8f),