mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add ID_OPTIONS_TEXTUREFILTERING_OFF to the int array. Thanks to @unknownbrackets for pointing it out.
This commit is contained in:
parent
84702f87d8
commit
2f2a9073b3
1 changed files with 1 additions and 0 deletions
|
@ -956,6 +956,7 @@ namespace MainWindow
|
|||
}
|
||||
|
||||
static const int texfilteringitems[] = {
|
||||
ID_OPTIONS_TEXTUREFILTERING_OFF,
|
||||
ID_OPTIONS_NEARESTFILTERING,
|
||||
ID_OPTIONS_LINEARFILTERING,
|
||||
ID_OPTIONS_LINEARFILTERING_CG,
|
||||
|
|
Loading…
Add table
Reference in a new issue