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:
Michael 2017-07-25 12:43:56 -07:00
parent aa02b784a3
commit d2083ed6a0
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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