mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[Bayo2] Fix load screen
.. and particles
This commit is contained in:
parent
49665f96a1
commit
feb37c730b
@ -131,6 +131,13 @@ height = 176
|
||||
overwriteWidth = ($width / $gameWidth) * 320
|
||||
overwriteHeight = ($height / $gameHeight) * 176
|
||||
|
||||
[TextureRedefine] # depth loading etc
|
||||
width = 256
|
||||
height = 256
|
||||
formats = 0x011
|
||||
overwriteWidth = ($width / $gameWidth) * 256
|
||||
overwriteHeight = ($height / $gameHeight) * 256
|
||||
|
||||
[TextureRedefine] # Bloom Mip
|
||||
width = 96
|
||||
height = 48
|
||||
@ -155,3 +162,17 @@ width = 48
|
||||
height = 32
|
||||
overwriteWidth = ($width / $gameWidth) * 48
|
||||
overwriteHeight = ($height / $gameHeight) * 32
|
||||
|
||||
[TextureRedefine] # particles
|
||||
width = 8
|
||||
height = 8
|
||||
formats = 0x01a
|
||||
overwriteWidth = ($width / $gameWidth) * 8
|
||||
overwriteHeight = ($height / $gameHeight) * 8
|
||||
|
||||
[TextureRedefine] # grading?
|
||||
width = 4
|
||||
height = 4
|
||||
formats = 0x80e
|
||||
overwriteWidth = ($width / $gameWidth) * 4
|
||||
overwriteHeight = ($height / $gameHeight) * 4
|
Loading…
Reference in New Issue
Block a user