mirror of https://github.com/mgba-emu/mgba.git
PSP2: Fix screen mode state names
This commit is contained in:
parent
54e4d91457
commit
071406b3a1
|
@ -106,7 +106,7 @@ int main() {
|
||||||
"Stretched",
|
"Stretched",
|
||||||
"Fit Aspect Ratio",
|
"Fit Aspect Ratio",
|
||||||
},
|
},
|
||||||
.nStates = 3
|
.nStates = 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
.keySources = (struct GUIInputKeys[]) {
|
.keySources = (struct GUIInputKeys[]) {
|
||||||
|
|
Loading…
Reference in New Issue