Fix 3D World booting image

This commit is contained in:
Michael 2017-01-12 18:48:31 -08:00
parent 757c0a3b19
commit 3523ac1de9
3 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1080p"
[TextureRedefine] # tv [TextureRedefine] # tv
width = 1280 width = 1280
height = 720 height = 720
formatsExcluded = 0x41A,0x034 # exclude the intro background texture formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture
overwriteWidth = 1920 overwriteWidth = 1920
overwriteHeight = 1080 overwriteHeight = 1080

View File

@ -5,6 +5,6 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1440p (2K)"
[TextureRedefine] # tv [TextureRedefine] # tv
width = 1280 width = 1280
height = 720 height = 720
formatsExcluded = 0x41A,0x034 # exclude the intro background texture formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture
overwriteWidth = 2560 overwriteWidth = 2560
overwriteHeight = 1440 overwriteHeight = 1440

View File

@ -5,6 +5,6 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 2160p (4K)"
[TextureRedefine] # tv [TextureRedefine] # tv
width = 1280 width = 1280
height = 720 height = 720
formatsExcluded = 0x41A,0x034 # exclude the intro background texture formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture
overwriteWidth = 3840 overwriteWidth = 3840
overwriteHeight = 2160 overwriteHeight = 2160