From 3523ac1de9b706a7fbd9434810a6c2a33b72525f Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 12 Jan 2017 18:48:31 -0800 Subject: [PATCH] Fix 3D World booting image --- SuperMario3DWorld_1080p/rules.txt | 2 +- SuperMario3DWorld_1440p/rules.txt | 2 +- SuperMario3DWorld_2160p/rules.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SuperMario3DWorld_1080p/rules.txt b/SuperMario3DWorld_1080p/rules.txt index ba411065..d5691d53 100644 --- a/SuperMario3DWorld_1080p/rules.txt +++ b/SuperMario3DWorld_1080p/rules.txt @@ -5,6 +5,6 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1080p" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x41A,0x034 # exclude the intro background texture +formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 1920 overwriteHeight = 1080 \ No newline at end of file diff --git a/SuperMario3DWorld_1440p/rules.txt b/SuperMario3DWorld_1440p/rules.txt index 223dc852..57975ed3 100644 --- a/SuperMario3DWorld_1440p/rules.txt +++ b/SuperMario3DWorld_1440p/rules.txt @@ -5,6 +5,6 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1440p (2K)" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x41A,0x034 # exclude the intro background texture +formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 2560 overwriteHeight = 1440 \ No newline at end of file diff --git a/SuperMario3DWorld_2160p/rules.txt b/SuperMario3DWorld_2160p/rules.txt index 3f052b76..e675f495 100644 --- a/SuperMario3DWorld_2160p/rules.txt +++ b/SuperMario3DWorld_2160p/rules.txt @@ -5,6 +5,6 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 2160p (4K)" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x41A,0x034 # exclude the intro background texture +formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 3840 overwriteHeight = 2160 \ No newline at end of file