Skip to content

Commit 61f9a30

Browse files
authored
[Splatoon] Fix grid pattern on ink with high AF values (#622)
Thanks to @ActualMandM!
1 parent af6b1fc commit 61f9a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Splatoon/Graphics/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ $anisotropy = 16
887887

888888
[TextureRedefine]
889889
tileModesExcluded = 0x1 # ignore cpu processed textures
890-
formatsExcluded = 0x1,0x19,0x1a,0x1f,0x122,0x806,0x80e,0x816,0x81e,0x820,0x823 # ignore viewports and cubemaps
890+
formatsExcluded = 0x1,0x7,0x11,0x19,0x1a,0x1f,0x122,0x806,0x80e,0x816,0x81e,0x820,0x823 # ignore ink, viewports, and cubemaps
891891
overwriteAnisotropy = $anisotropy
892892

893893
# TV

0 commit comments

Comments
 (0)