From fbfb805ac9ada4875ebcf719f60be20d64b8cd68 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Fri, 31 May 2019 10:57:42 +0200 Subject: [PATCH] [Hyrule Historia] Fix gamepad --- Resolutions/HyruleHistoria_Resolution/rules.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resolutions/HyruleHistoria_Resolution/rules.txt b/Resolutions/HyruleHistoria_Resolution/rules.txt index dbb7cf23..ce07b8db 100644 --- a/Resolutions/HyruleHistoria_Resolution/rules.txt +++ b/Resolutions/HyruleHistoria_Resolution/rules.txt @@ -67,4 +67,11 @@ width = 864 height = 480 formats = 0x41a,0x80e overwriteWidth = ($width/$gameWidth) * 864 +overwriteHeight = ($height/$gameHeight) * 480 + +[TextureRedefine] +width = 854 +height = 480 +formats = 0x41a +overwriteWidth = ($width/$gameWidth) * 854 overwriteHeight = ($height/$gameHeight) * 480 \ No newline at end of file