mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -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
|
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 a new issue