mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +01:00
fix gamepad for slw
This commit is contained in:
parent
49447d1164
commit
05a3da2195
@ -201,3 +201,9 @@ width = 864
|
|||||||
height = 480
|
height = 480
|
||||||
overwriteWidth = ($width / $gameWidth) * 864
|
overwriteWidth = ($width / $gameWidth) * 864
|
||||||
overwriteHeight = ($height / $gameHeight) * 480
|
overwriteHeight = ($height / $gameHeight) * 480
|
||||||
|
|
||||||
|
[TextureRedefine] # Gamepad Resolution
|
||||||
|
width = 854
|
||||||
|
height = 480
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 854
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 480
|
||||||
|
Loading…
Reference in New Issue
Block a user