mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-24 18:23:06 -03:00
parent
a0377d9867
commit
af6b1fc472
1 changed files with 18 additions and 2 deletions
|
@ -970,14 +970,30 @@ overwriteHeight = ($height / $gameHeight) * 360
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 640
|
width = 640
|
||||||
height = 368
|
height = 368
|
||||||
formats = 0x1,0x19,0x80e,0x816
|
formats = 0x1,0x19,0x80e
|
||||||
overwriteWidth = ($width / $gameWidth) * 640
|
overwriteWidth = ($width / $gameWidth) * 640
|
||||||
overwriteHeight = ($height / $gameHeight) * 368
|
overwriteHeight = ($height / $gameHeight) * 368
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formats = 0x1,0x19,0x816
|
formats = 0x1,0x19
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 640
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 360
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 640
|
||||||
|
height = 368
|
||||||
|
formats = 0x816
|
||||||
|
overwriteFormat = 0x823
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 640
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 368
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 640
|
||||||
|
height = 360
|
||||||
|
formats = 0x816
|
||||||
|
overwriteFormat = 0x823
|
||||||
overwriteWidth = ($width / $gameWidth) * 640
|
overwriteWidth = ($width / $gameWidth) * 640
|
||||||
overwriteHeight = ($height / $gameHeight) * 360
|
overwriteHeight = ($height / $gameHeight) * 360
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue