mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[Splatoon] Fix grid pattern on ink with high AF values (#622)
Thanks to @ActualMandM!
This commit is contained in:
parent
af6b1fc472
commit
61f9a304b7
@ -887,7 +887,7 @@ $anisotropy = 16
|
|||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
tileModesExcluded = 0x1 # ignore cpu processed textures
|
tileModesExcluded = 0x1 # ignore cpu processed textures
|
||||||
formatsExcluded = 0x1,0x19,0x1a,0x1f,0x122,0x806,0x80e,0x816,0x81e,0x820,0x823 # ignore viewports and cubemaps
|
formatsExcluded = 0x1,0x7,0x11,0x19,0x1a,0x1f,0x122,0x806,0x80e,0x816,0x81e,0x820,0x823 # ignore ink, viewports, and cubemaps
|
||||||
overwriteAnisotropy = $anisotropy
|
overwriteAnisotropy = $anisotropy
|
||||||
|
|
||||||
# TV
|
# TV
|
||||||
|
Loading…
Reference in New Issue
Block a user