[Hyrule Historia] Fix gamepad

This commit is contained in:
Crementif 2019-05-31 10:57:42 +02:00
parent 60548c02a5
commit fbfb805ac9

View File

@ -67,4 +67,11 @@ width = 864
height = 480 height = 480
formats = 0x41a,0x80e formats = 0x41a,0x80e
overwriteWidth = ($width/$gameWidth) * 864 overwriteWidth = ($width/$gameWidth) * 864
overwriteHeight = ($height/$gameHeight) * 480
[TextureRedefine]
width = 854
height = 480
formats = 0x41a
overwriteWidth = ($width/$gameWidth) * 854
overwriteHeight = ($height/$gameHeight) * 480 overwriteHeight = ($height/$gameHeight) * 480