mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 14:59:29 -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]
|
[TextureRedefine]
|
||||||
width = 512
|
width = 512
|
||||||
height = 2048
|
height = 2048
|
||||||
formats = 0x5
|
formats = 0x011
|
||||||
overwriteWidth = $shadowRes * 512
|
overwriteWidth = $shadowRes * 512
|
||||||
overwriteHeight = $shadowRes * 2048
|
overwriteHeight = $shadowRes * 2048
|
||||||
|
|
Loading…
Add table
Reference in a new issue