mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-29 12:54:15 +01:00
Add gamepad water
This commit is contained in:
parent
da1168db89
commit
cc1c7061af
@ -213,3 +213,18 @@ height = 480
|
|||||||
formats = 0x1,0x19,0x806,0x80e,0x816
|
formats = 0x1,0x19,0x806,0x80e,0x816
|
||||||
overwriteWidth = ($width / $gameWidth) * 854
|
overwriteWidth = ($width / $gameWidth) * 854
|
||||||
overwriteHeight = ($height / $gameHeight) * 480
|
overwriteHeight = ($height / $gameHeight) * 480
|
||||||
|
|
||||||
|
[TextureRedefine] # Gamepad Water?
|
||||||
|
width = 448
|
||||||
|
height = 240
|
||||||
|
formats = 0x1,0x19,0x806,0x80e,0x816
|
||||||
|
tileModesExcluded = 0x1
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 448
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 240
|
||||||
|
|
||||||
|
[TextureRedefine] # Gamepad Water?
|
||||||
|
width = 427
|
||||||
|
height = 240
|
||||||
|
formats = 0x1,0x19,0x806,0x80e,0x816
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 427
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 240
|
||||||
|
Loading…
Reference in New Issue
Block a user