mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
[Smash] Add other shadow resolution
This commit is contained in:
parent
f16d208010
commit
4d90a8953a
@ -8,4 +8,11 @@ width = 512
|
||||
height = 512
|
||||
formats = 0x00f,0x00b
|
||||
overwriteWidth = 1024
|
||||
overwriteHeight = 1024
|
||||
overwriteHeight = 1024
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = 2048
|
||||
overwriteHeight = 2048
|
@ -75,6 +75,13 @@ formats = 0x00f,0x00b
|
||||
overwriteWidth = 256
|
||||
overwriteHeight = 256
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = 2048
|
||||
overwriteHeight = 2048
|
||||
|
||||
[TextureRedefine] # boxing ring screen
|
||||
width = 220
|
||||
height = 124
|
||||
|
@ -75,6 +75,13 @@ formats = 0x00f,0x00b
|
||||
overwriteWidth = 256
|
||||
overwriteHeight = 256
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = 2048
|
||||
overwriteHeight = 2048
|
||||
|
||||
[TextureRedefine] # boxing ring screen
|
||||
width = 220
|
||||
height = 124
|
||||
|
Loading…
Reference in New Issue
Block a user