[MH3U] Add 0x41a to Gamepad Format filter (#588)

Enables the Software Keyboard to work on the enter name screen.
This commit is contained in:
Squall Leonhart
2023-02-06 10:20:56 +11:00
committed by GitHub
parent 07b232af2c
commit 3f030216b1

View File

@@ -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