mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +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
|
||||
height = 512
|
||||
formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap
|
||||
overwriteWidth = 1024
|
||||
overwriteHeight = 1024
|
||||
overwriteWidth = 2048
|
||||
overwriteHeight = 2048
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1024
|
||||
|
@ -7,8 +7,8 @@ name = "Splatoon - High Res Shadows"
|
||||
width = 1024
|
||||
height = 1024
|
||||
formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap
|
||||
overwriteWidth = 2048
|
||||
overwriteHeight = 2048
|
||||
overwriteWidth = 4096
|
||||
overwriteHeight = 4096
|
||||
|
||||
[TextureRedefine]
|
||||
width = 2048
|
||||
|
Loading…
Reference in New Issue
Block a user