Wii: Other half of last two commits

This commit is contained in:
Vicki Pfau 2019-05-29 09:58:00 -07:00
parent cabbffad41
commit b6f8ff7569
1 changed files with 2 additions and 2 deletions

View File

@ -499,12 +499,12 @@ int main(int argc, char* argv[]) {
.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),