mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 08:21:51 +01: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
@ -8,4 +8,10 @@ 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
|
@ -8,4 +8,10 @@ width = 1920
|
||||
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 New Issue
Block a user