mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
[SM3DW] - Fix large mirror
This commit is contained in:
parent
1caa114b03
commit
37789481fb
1 changed files with 7 additions and 0 deletions
|
@ -162,6 +162,13 @@ height = 480
|
|||
overwriteWidth = ($width/$gameWidth) * 854
|
||||
overwriteHeight = ($height/$gameHeight) * 480
|
||||
|
||||
[TextureRedefine] #large mirror
|
||||
width = 848
|
||||
height = 480
|
||||
#formats = 0x816,0x810,0x019,0x01a
|
||||
overwriteWidth = ($width/$gameWidth) * 848
|
||||
overwriteHeight = ($height/$gameHeight) * 480
|
||||
|
||||
[TextureRedefine] #Depth 8
|
||||
width = 640
|
||||
height = 368
|
||||
|
|
Loading…
Reference in a new issue