From 051d9ab6ac2223e4611b098156a604a75b1f3e39 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 14 Jan 2017 14:46:48 -0800 Subject: [PATCH] add gamepad to 3d world/captain toad helps out with minecart levels in captain toad --- SuperMario3DWorld_1080p/rules.txt | 6 ++++++ SuperMario3DWorld_1440p/rules.txt | 6 ++++++ SuperMario3DWorld_2160p/rules.txt | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/SuperMario3DWorld_1080p/rules.txt b/SuperMario3DWorld_1080p/rules.txt index d5691d53..c944bdeb 100644 --- a/SuperMario3DWorld_1080p/rules.txt +++ b/SuperMario3DWorld_1080p/rules.txt @@ -7,4 +7,10 @@ width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 1920 overwriteHeight = 1080 \ No newline at end of file diff --git a/SuperMario3DWorld_1440p/rules.txt b/SuperMario3DWorld_1440p/rules.txt index 57975ed3..cbbde49e 100644 --- a/SuperMario3DWorld_1440p/rules.txt +++ b/SuperMario3DWorld_1440p/rules.txt @@ -7,4 +7,10 @@ width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 2560 overwriteHeight = 1440 \ No newline at end of file diff --git a/SuperMario3DWorld_2160p/rules.txt b/SuperMario3DWorld_2160p/rules.txt index e675f495..894c1cee 100644 --- a/SuperMario3DWorld_2160p/rules.txt +++ b/SuperMario3DWorld_2160p/rules.txt @@ -7,4 +7,10 @@ width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 3840 +overwriteHeight = 2160 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 3840 overwriteHeight = 2160 \ No newline at end of file