mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-29 21:04:14 +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
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x031 # exclude the intro background texture
|
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||||
overwriteWidth = 640
|
overwriteWidth = 640
|
||||||
overwriteHeight = 360
|
overwriteHeight = 360
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 540p"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x031 # exclude the intro background texture
|
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 1080p"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x031 # exclude the intro background texture
|
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 1440p (2K)"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x031 # exclude the intro background texture
|
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1440
|
overwriteHeight = 1440
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 2160p (4K)"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x031 # exclude the intro background texture
|
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 900p"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x031 # exclude the intro background texture
|
formatsExcluded = 0x031,0x001 # exclude the intro background texture
|
||||||
overwriteWidth = 1600
|
overwriteWidth = 1600
|
||||||
overwriteHeight = 900
|
overwriteHeight = 900
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user