mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix typo
This commit is contained in:
parent
e30e3734da
commit
2f7fccfee1
|
@ -813,7 +813,7 @@ int main() {
|
||||||
.state = FM_LINEAR_2x,
|
.state = FM_LINEAR_2x,
|
||||||
.validStates = (const char*[]) {
|
.validStates = (const char*[]) {
|
||||||
NULL, // Disable choosing nearest neighbor; it always looks bad
|
NULL, // Disable choosing nearest neighbor; it always looks bad
|
||||||
"Bilinear (smooter)",
|
"Bilinear (smoother)",
|
||||||
"Bilinear (pixelated)",
|
"Bilinear (pixelated)",
|
||||||
},
|
},
|
||||||
.nStates = 3
|
.nStates = 3
|
||||||
|
|
Loading…
Reference in New Issue