mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +01:00
[Sochi] Fix intro video
Only viewable using cemuhook
This commit is contained in:
parent
58c5c40360
commit
d231366b3b
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 360p"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||
overwriteWidth = 640
|
||||
overwriteHeight = 360
|
||||
|
||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 540p"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 1080p"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 1440p (2K)"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 2160p (4K)"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
|
||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 900p"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||
overwriteWidth = 1600
|
||||
overwriteHeight = 900
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user