fix W101 gamepad displaying nothing

This commit is contained in:
Michael 2019-02-06 19:48:25 -08:00
parent 88e6d94edc
commit 49447d1164

View File

@ -12,7 +12,7 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// Performance
# Performance
[Preset]
name = 320x180
@ -35,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
# Common HD Resolutions
[Preset]
name = 1600x900
@ -153,3 +153,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