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,
.validStates = (const char*[]) {
NULL, // Disable choosing nearest neighbor; it always looks bad
"Bilinear (smooter)",
"Bilinear (smoother)",
"Bilinear (pixelated)",
},
.nStates = 3