mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
Remove unnecessary filters
This commit is contained in:
parent
1e8aa2e10d
commit
270ada1731
@ -12,7 +12,7 @@ overwriteHeight = 360
|
|||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 320
|
overwriteWidth = 320
|
||||||
overwriteHeight = 180
|
overwriteHeight = 180
|
||||||
|
|
||||||
|
@ -18,6 +18,6 @@ overwriteHeight = 1080
|
|||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
@ -18,6 +18,6 @@ overwriteHeight = 1440
|
|||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 1280
|
overwriteWidth = 1280
|
||||||
overwriteHeight = 720
|
overwriteHeight = 720
|
@ -18,6 +18,6 @@ overwriteHeight = 2160
|
|||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
@ -12,6 +12,6 @@ overwriteHeight = 1080
|
|||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
@ -12,6 +12,6 @@ overwriteHeight = 1440
|
|||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 1280
|
overwriteWidth = 1280
|
||||||
overwriteHeight = 720
|
overwriteHeight = 720
|
@ -12,6 +12,6 @@ overwriteHeight = 2160
|
|||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
Loading…
Reference in New Issue
Block a user