fix gamepad for slw

This commit is contained in:
Michael 2019-02-06 22:07:08 -08:00
parent 49447d1164
commit 05a3da2195

View File

@ -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