From 3f030216b156b40c4d3cbcce49984d9983472c2b Mon Sep 17 00:00:00 2001 From: Squall Leonhart Date: Mon, 6 Feb 2023 10:20:56 +1100 Subject: [PATCH] [MH3U] Add 0x41a to Gamepad Format filter (#588) Enables the Software Keyboard to work on the enter name screen. --- Resolutions/MonsterHunter3Ultimate_Resolution/rules.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resolutions/MonsterHunter3Ultimate_Resolution/rules.txt b/Resolutions/MonsterHunter3Ultimate_Resolution/rules.txt index dacfbe01..c06bebb6 100644 --- a/Resolutions/MonsterHunter3Ultimate_Resolution/rules.txt +++ b/Resolutions/MonsterHunter3Ultimate_Resolution/rules.txt @@ -106,7 +106,7 @@ overwriteHeight = ($height / $gameHeight) * 1080 [TextureRedefine] width = 864 height = 480 -formats = 0x01a,0x011 +formats = 0x01a,0x011,0x41a overwriteWidth = ($width / $gameWidth) * 864 overwriteHeight = ($height / $gameHeight) * 480 @@ -114,7 +114,7 @@ overwriteHeight = ($height / $gameHeight) * 480 [TextureRedefine] width = 854 height = 480 -formats = 0x01a,0x011 +formats = 0x01a,0x011,0x41a overwriteWidth = ($width / $gameWidth) * 854 overwriteHeight = ($height / $gameHeight) * 480