Wii: Fix typos (fixes #1428)

This commit is contained in:
Vicki Pfau 2019-05-29 09:52:27 -07:00
parent 7246055d90
commit f3f74fc998
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ int main(int argc, char* argv[]) {
.submenu = 0, .submenu = 0,
.state = 7, .state = 7,
.validStates = (const char*[]) { .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[]) { .stateMappings = (const struct GUIVariant[]) {
GUI_V_F(0.5f), GUI_V_F(0.5f),