mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-02-02 14:37:14 -03:00
[Splatoon] Fix BC3 format being part of AF exclusion
This commit is contained in:
parent
e0ac8a1bdb
commit
31a7062b4f
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ $anisotropy = 16
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
tileModesExcluded = 0x1 # ignore cpu processed textures
|
tileModesExcluded = 0x1 # ignore cpu processed textures
|
||||||
formatsExcluded = 0x1,0x19,0x1a,0x1f,0x33,0x122,0x806,0x80e,0x816,0x81e,0x820,0x823 # ignore viewports and cubemaps
|
formatsExcluded = 0x1,0x19,0x1a,0x1f,0x122,0x806,0x80e,0x816,0x81e,0x820,0x823 # ignore viewports and cubemaps
|
||||||
overwriteAnisotropy = $anisotropy
|
overwriteAnisotropy = $anisotropy
|
||||||
|
|
||||||
# TV
|
# TV
|
||||||
|
|
Loading…
Add table
Reference in a new issue