mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -04:00
[Skylanders Trap Team] Fix shadows (#684)
Thanks to Flextape05 for the fix!
This commit is contained in:
parent
8f507e7de9
commit
15dbbfc253
1 changed files with 1 additions and 1 deletions
|
@ -326,6 +326,6 @@ overwriteHeight = ($height/$gameHeight) * 240
|
|||
[TextureRedefine]
|
||||
width = 512
|
||||
height = 2048
|
||||
formats = 0x5
|
||||
formats = 0x011
|
||||
overwriteWidth = $shadowRes * 512
|
||||
overwriteHeight = $shadowRes * 2048
|
||||
|
|
Loading…
Add table
Reference in a new issue