mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 10:09:18 +01:00
d2083ed6a0
rajkosto changed UI scaling for Wind Waker, so gamepad got affected. This commit fixes that issue.
17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
[Definition]# EUR, USA, JPN titles
|
|
titleIds = 0005000010143400,0005000010143600,0005000010143500 #
|
|
name = "The Wind Waker HD - 1080p (21:9)"
|
|
version = 2
|
|
|
|
[TextureRedefine] # game rendering resolution
|
|
width = 1920
|
|
height = 1080
|
|
formatsExcluded = 0x41A # exclude the intro background texture
|
|
overwriteWidth = 2560
|
|
overwriteHeight = 1080
|
|
|
|
[TextureRedefine] # gamepad rendering resolution
|
|
width = 854
|
|
height = 480
|
|
overwriteWidth = 2560
|
|
overwriteHeight = 1080 |