3DS: Fix typo

This commit is contained in:
Jeffrey Pfau 2016-08-28 00:10:28 -07:00
parent e30e3734da
commit 2f7fccfee1
1 changed files with 1 additions and 1 deletions

View File

@ -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