mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 02:56:53 +01:00
[Hyrule Historia] Fix gamepad
This commit is contained in:
parent
60548c02a5
commit
fbfb805ac9
@ -68,3 +68,10 @@ height = 480
|
|||||||
formats = 0x41a,0x80e
|
formats = 0x41a,0x80e
|
||||||
overwriteWidth = ($width/$gameWidth) * 864
|
overwriteWidth = ($width/$gameWidth) * 864
|
||||||
overwriteHeight = ($height/$gameHeight) * 480
|
overwriteHeight = ($height/$gameHeight) * 480
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 854
|
||||||
|
height = 480
|
||||||
|
formats = 0x41a
|
||||||
|
overwriteWidth = ($width/$gameWidth) * 854
|
||||||
|
overwriteHeight = ($height/$gameHeight) * 480
|
Loading…
Reference in New Issue
Block a user