mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
[Splatoon] add second shadow resolution (seen in octo world)
This commit is contained in:
parent
e8ecf13281
commit
21c12c61fd
@ -3,6 +3,13 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B000
|
||||
name = "Splatoon - High Res Shadows"
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1024
|
||||
height = 1024
|
||||
formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap
|
||||
overwriteWidth = 2048
|
||||
overwriteHeight = 2048
|
||||
|
||||
[TextureRedefine]
|
||||
width = 2048
|
||||
height = 2048
|
||||
|
@ -47,6 +47,13 @@ height = 480
|
||||
overwriteWidth = 424
|
||||
overwriteHeight = 240
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 1024
|
||||
height = 1024
|
||||
formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap
|
||||
overwriteWidth = 512
|
||||
overwriteHeight = 512
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 2048
|
||||
height = 2048
|
||||
|
Loading…
Reference in New Issue
Block a user