mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
[Smash, Splatoon] Revert Shadow scaling
This commit is contained in:
parent
837a5484ed
commit
a40fba52b6
2 changed files with 6 additions and 6 deletions
|
@ -7,15 +7,15 @@ 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 = 4096
|
overwriteWidth = 1024
|
||||||
overwriteHeight = 4096
|
overwriteHeight = 1024
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1024
|
width = 1024
|
||||||
height = 1024
|
height = 1024
|
||||||
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 = 4096
|
overwriteWidth = 2048
|
||||||
overwriteHeight = 4096
|
overwriteHeight = 2048
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 2048
|
width = 2048
|
||||||
|
|
|
@ -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 = 4096
|
overwriteWidth = 2048
|
||||||
overwriteHeight = 4096
|
overwriteHeight = 2048
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 2048
|
width = 2048
|
||||||
|
|
Loading…
Reference in a new issue