mirror of https://github.com/mgba-emu/mgba.git
Wii: Other half of last two commits
This commit is contained in:
parent
cabbffad41
commit
b6f8ff7569
|
@ -499,12 +499,12 @@ int main(int argc, char* argv[]) {
|
||||||
.submenu = 0,
|
.submenu = 0,
|
||||||
.state = 6,
|
.state = 6,
|
||||||
.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),
|
||||||
GUI_V_F(0.6f),
|
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.7f),
|
||||||
GUI_V_F(0.75f),
|
GUI_V_F(0.75f),
|
||||||
GUI_V_F(0.8f),
|
GUI_V_F(0.8f),
|
||||||
|
|
Loading…
Reference in New Issue