From 49447d116493c104427c82645bf334cc94f1efed Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 6 Feb 2019 19:48:25 -0800 Subject: [PATCH] fix W101 gamepad displaying nothing --- Resolutions/Wonderful101_Resolution/rules.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Resolutions/Wonderful101_Resolution/rules.txt b/Resolutions/Wonderful101_Resolution/rules.txt index b16c791a..122e6d64 100644 --- a/Resolutions/Wonderful101_Resolution/rules.txt +++ b/Resolutions/Wonderful101_Resolution/rules.txt @@ -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