Update rules.txt

gamepad fix
This commit is contained in:
Skal Fate 2018-12-11 18:11:53 -07:00 committed by GitHub
parent 27a8ac8b46
commit 7e7636ab2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,18 @@ tileModesExcluded = 0x001
overwriteWidth = ($width / $gameWidth) * 1280 overwriteWidth = ($width / $gameWidth) * 1280
overwriteHeight = ($height / $gameHeight) * 720 overwriteHeight = ($height / $gameHeight) * 720
[TextureRedefine] # Gamepad Resolution
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
[TextureRedefine] # Bloom Resolution [TextureRedefine] # Bloom Resolution
width = 320 width = 320
height = 192 height = 192
@ -99,12 +111,6 @@ height = 180
overwriteWidth = ($width / $gameWidth) * 320 overwriteWidth = ($width / $gameWidth) * 320
overwriteHeight = ($height / $gameHeight) * 180 overwriteHeight = ($height / $gameHeight) * 180
[TextureRedefine] # Gamepad Resolution
width = 864
height = 480
overwriteWidth = ($width / $gameWidth) * 864
overwriteHeight = ($height / $gameHeight) * 480
[TextureRedefine] # ??? [TextureRedefine] # ???
width = 64 width = 64
height = 64 height = 64