mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
Change Wind Waker UW gamepad resolutions
rajkosto changed UI scaling for Wind Waker, so gamepad got affected. This commit fixes that issue.
This commit is contained in:
parent
aa02b784a3
commit
d2083ed6a0
2 changed files with 12 additions and 0 deletions
|
@ -9,3 +9,9 @@ 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
|
|
@ -9,3 +9,9 @@ height = 1080
|
|||
formatsExcluded = 0x41A # exclude the intro background texture
|
||||
overwriteWidth = 5120
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # gamepad rendering resolution
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 5120
|
||||
overwriteHeight = 2160
|
Loading…
Reference in a new issue