From 05a3da21954e39fb9f99ed3bd325035e1821bb26 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 6 Feb 2019 22:07:08 -0800 Subject: [PATCH] fix gamepad for slw --- Resolutions/SonicLostWorld_Resolution/rules.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resolutions/SonicLostWorld_Resolution/rules.txt b/Resolutions/SonicLostWorld_Resolution/rules.txt index b0bc481a..184da0cc 100644 --- a/Resolutions/SonicLostWorld_Resolution/rules.txt +++ b/Resolutions/SonicLostWorld_Resolution/rules.txt @@ -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