Skip to content

Commit 3f03021

Browse files
[MH3U] Add 0x41a to Gamepad Format filter (#588)
Enables the Software Keyboard to work on the enter name screen.
1 parent 07b232a commit 3f03021

File tree

1 file changed

+2
-2
lines changed
  • Resolutions/MonsterHunter3Ultimate_Resolution

1 file changed

+2
-2
lines changed

Resolutions/MonsterHunter3Ultimate_Resolution/rules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ overwriteHeight = ($height / $gameHeight) * 1080
106106
[TextureRedefine]
107107
width = 864
108108
height = 480
109-
formats = 0x01a,0x011
109+
formats = 0x01a,0x011,0x41a
110110
overwriteWidth = ($width / $gameWidth) * 864
111111
overwriteHeight = ($height / $gameHeight) * 480
112112

113113
# Required - GamePad
114114
[TextureRedefine]
115115
width = 854
116116
height = 480
117-
formats = 0x01a,0x011
117+
formats = 0x01a,0x011,0x41a
118118
overwriteWidth = ($width / $gameWidth) * 854
119119
overwriteHeight = ($height / $gameHeight) * 480
120120

0 commit comments

Comments
 (0)