mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +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
@ -9,3 +9,9 @@ height = 1080
|
|||||||
formatsExcluded = 0x41A # exclude the intro background texture
|
formatsExcluded = 0x41A # exclude the intro background texture
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1080
|
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
|
formatsExcluded = 0x41A # exclude the intro background texture
|
||||||
overwriteWidth = 5120
|
overwriteWidth = 5120
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
||||||
|
|
||||||
|
[TextureRedefine] # gamepad rendering resolution
|
||||||
|
width = 854
|
||||||
|
height = 480
|
||||||
|
overwriteWidth = 5120
|
||||||
|
overwriteHeight = 2160
|
Loading…
Reference in New Issue
Block a user