mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-26 11:13:07 -03:00
[BotW] Fix Title Screen Blur
In-Game blur still pixelated, May just end up commenting out the damn thing..
This commit is contained in:
parent
e269ac357b
commit
fd261855b1
6 changed files with 6 additions and 6 deletions
|
@ -51,7 +51,7 @@ overwriteHeight = 1152
|
||||||
[TextureRedefine] #q-res1
|
[TextureRedefine] #q-res1
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
#formatsExcluded = 0x816,0x01a #Completely gets rid of bloom
|
formatsExcluded = 0x01a #0x816 doesn't cooperate, bloom is entirely missing in-game
|
||||||
overwriteWidth = 1280
|
overwriteWidth = 1280
|
||||||
overwriteHeight = 720
|
overwriteHeight = 720
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ overwriteHeight = 1728
|
||||||
[TextureRedefine] #q-res1
|
[TextureRedefine] #q-res1
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
#formatsExcluded = 0x816,0x01a #Completely gets rid of bloom
|
formatsExcluded = 0x01a #0x816 doesn't cooperate, bloom is entirely missing in-game
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ overwriteHeight = 2304
|
||||||
[TextureRedefine] #q-res1
|
[TextureRedefine] #q-res1
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
#formatsExcluded = 0x816,0x01a #Completely gets rid of bloom
|
formatsExcluded = 0x01a #0x816 doesn't cooperate, bloom is entirely missing in-game
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1440
|
overwriteHeight = 1440
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ overwriteHeight = 432
|
||||||
[TextureRedefine] #q-res1
|
[TextureRedefine] #q-res1
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
#formatsExcluded = 0x816,0x01a #Completely gets rid of bloom
|
formatsExcluded = 0x01a #0x816 doesn't cooperate, bloom is entirely missing in-game
|
||||||
overwriteWidth = 480
|
overwriteWidth = 480
|
||||||
overwriteHeight = 270
|
overwriteHeight = 270
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ overwriteHeight = 576
|
||||||
[TextureRedefine] #q-res1, main bloom, AO
|
[TextureRedefine] #q-res1, main bloom, AO
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
#formatsExcluded = 0x816,0x01a #Completely gets rid of bloom
|
formatsExcluded = 0x01a #0x816 doesn't cooperate, bloom is entirely missing in-game
|
||||||
overwriteWidth = 640
|
overwriteWidth = 640
|
||||||
overwriteHeight = 360
|
overwriteHeight = 360
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ overwriteHeight = 864
|
||||||
[TextureRedefine] #q-res1 Main bloom pass, AO
|
[TextureRedefine] #q-res1 Main bloom pass, AO
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
#formatsExcluded = 0x816,0x01a #Completely gets rid of bloom
|
formatsExcluded = 0x01a #0x816 doesn't cooperate, bloom is entirely missing in-game
|
||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue