mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
[MH3U] Add 0x41a to Gamepad Format filter (#588)
Enables the Software Keyboard to work on the enter name screen.
This commit is contained in:
parent
07b232af2c
commit
3f030216b1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user