mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
Splatoon bloom & another BotW smoke fix
* fix splatoon missing bloom the bloom miss because the game creates a mipmap seperately so cemu can't auto rescale it only added one, the rest 3 then is all handled by cemu (tested with 1440p) * yet another smoke shader report by Bleed.0xx on discord only vertex, smoke itself seems to be only a texture
This commit is contained in:
parent
c374533ac0
commit
12ddaa5768
@ -74,3 +74,11 @@ width = 848
|
||||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 640
|
||||
overwriteHeight = 360
|
@ -74,3 +74,11 @@ width = 848
|
||||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
@ -74,3 +74,11 @@ width = 848
|
||||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
@ -66,3 +66,11 @@ width = 424
|
||||
height = 240
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 240
|
||||
overwriteHeight = 135
|
@ -66,3 +66,11 @@ width = 424
|
||||
height = 240
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 540
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 320
|
||||
overwriteHeight = 135
|
@ -66,3 +66,11 @@ width = 424
|
||||
height = 240
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 320
|
||||
overwriteHeight = 180
|
@ -66,3 +66,11 @@ width = 424
|
||||
height = 240
|
||||
overwriteWidth = 1600
|
||||
overwriteHeight = 900
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 400
|
||||
overwriteHeight = 225
|
@ -75,3 +75,11 @@ width = 424
|
||||
height = 240
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
|
||||
[TextureRedefine] # a bloom mip
|
||||
width = 160
|
||||
height = 90
|
||||
formats = 0x816
|
||||
overwriteWidth = 480
|
||||
overwriteHeight = 270
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user