mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03:00
fix gamepad for slw
This commit is contained in:
parent
49447d1164
commit
05a3da2195
1 changed files with 6 additions and 0 deletions
|
@ -201,3 +201,9 @@ width = 864
|
|||
height = 480
|
||||
overwriteWidth = ($width / $gameWidth) * 864
|
||||
overwriteHeight = ($height / $gameHeight) * 480
|
||||
|
||||
[TextureRedefine] # Gamepad Resolution
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = ($width / $gameWidth) * 854
|
||||
overwriteHeight = ($height / $gameHeight) * 480
|
||||
|
|
Loading…
Reference in a new issue