Some code refactoring

Added a value of 2 to TextureFilter option.
This commit is contained in:
NovaRain
2020-09-28 12:07:12 +08:00
parent 75b275159f
commit 49c4bb2479
10 changed files with 61 additions and 31 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ WindowData=0
;You can specify multiple shader files, separated by commas
;GlobalShaderFile=global.fx
;Set to 1 to enable linear texture filtering
;Set to 1 to automatically enable linear texture filtering when the scale factor is not an integer
;Set to 2 to force-enable linear texture filtering
;This can be used in conjunction with the GlobalShaderFile option
TextureFilter=1