[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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