mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03: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
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ overwriteHeight = ($height / $gameHeight) * 1080
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 864
|
width = 864
|
||||||
height = 480
|
height = 480
|
||||||
formats = 0x01a,0x011
|
formats = 0x01a,0x011,0x41a
|
||||||
overwriteWidth = ($width / $gameWidth) * 864
|
overwriteWidth = ($width / $gameWidth) * 864
|
||||||
overwriteHeight = ($height / $gameHeight) * 480
|
overwriteHeight = ($height / $gameHeight) * 480
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ overwriteHeight = ($height / $gameHeight) * 480
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 854
|
width = 854
|
||||||
height = 480
|
height = 480
|
||||||
formats = 0x01a,0x011
|
formats = 0x01a,0x011,0x41a
|
||||||
overwriteWidth = ($width / $gameWidth) * 854
|
overwriteWidth = ($width / $gameWidth) * 854
|
||||||
overwriteHeight = ($height / $gameHeight) * 480
|
overwriteHeight = ($height / $gameHeight) * 480
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue