mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
[Smash and Splatoon] fix shadow resolutions
This commit is contained in:
parent
fbdfb586c3
commit
f12ad5821d
@ -7,8 +7,8 @@ name = "Super Smash Bros. - High Res Shadows"
|
|||||||
width = 512
|
width = 512
|
||||||
height = 512
|
height = 512
|
||||||
formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap
|
formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap
|
||||||
overwriteWidth = 1024
|
overwriteWidth = 2048
|
||||||
overwriteHeight = 1024
|
overwriteHeight = 2048
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1024
|
width = 1024
|
||||||
|
@ -7,8 +7,8 @@ name = "Splatoon - High Res Shadows"
|
|||||||
width = 1024
|
width = 1024
|
||||||
height = 1024
|
height = 1024
|
||||||
formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap
|
formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap
|
||||||
overwriteWidth = 2048
|
overwriteWidth = 4096
|
||||||
overwriteHeight = 2048
|
overwriteHeight = 4096
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 2048
|
width = 2048
|
||||||
|
Loading…
Reference in New Issue
Block a user