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