Skip to content

Commit

Permalink
[MH3U] Add 0x41a to Gamepad Format filter (#588)
Browse files Browse the repository at this point in the history
Enables the Software Keyboard to work on the enter name screen.
  • Loading branch information
Squall-Leonhart committed Feb 5, 2023
1 parent 07b232a commit 3f03021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resolutions/MonsterHunter3Ultimate_Resolution/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ overwriteHeight = ($height / $gameHeight) * 1080
[TextureRedefine]
width = 864
height = 480
formats = 0x01a,0x011
formats = 0x01a,0x011,0x41a
overwriteWidth = ($width / $gameWidth) * 864
overwriteHeight = ($height / $gameHeight) * 480

# Required - GamePad
[TextureRedefine]
width = 854
height = 480
formats = 0x01a,0x011
formats = 0x01a,0x011,0x41a
overwriteWidth = ($width / $gameWidth) * 854
overwriteHeight = ($height / $gameHeight) * 480

Expand Down

0 comments on commit 3f03021

Please sign in to comment.