mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
Fix 3D World booting image
This commit is contained in:
parent
757c0a3b19
commit
3523ac1de9
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user