From 7e7636ab2a1ec1266c1079c337db1afe037bb13f Mon Sep 17 00:00:00 2001 From: Skal Fate <20464880+skalfate@users.noreply.github.com> Date: Tue, 11 Dec 2018 18:11:53 -0700 Subject: [PATCH] Update rules.txt gamepad fix --- Resolutions/RiseOfLyric_Resolution/rules.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Resolutions/RiseOfLyric_Resolution/rules.txt b/Resolutions/RiseOfLyric_Resolution/rules.txt index 49b7dfbc..3286e0d4 100644 --- a/Resolutions/RiseOfLyric_Resolution/rules.txt +++ b/Resolutions/RiseOfLyric_Resolution/rules.txt @@ -87,6 +87,18 @@ tileModesExcluded = 0x001 overwriteWidth = ($width / $gameWidth) * 1280 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 width = 320 height = 192 @@ -99,12 +111,6 @@ height = 180 overwriteWidth = ($width / $gameWidth) * 320 overwriteHeight = ($height / $gameHeight) * 180 -[TextureRedefine] # Gamepad Resolution -width = 864 -height = 480 -overwriteWidth = ($width / $gameWidth) * 864 -overwriteHeight = ($height / $gameHeight) * 480 - [TextureRedefine] # ??? width = 64 height = 64