Fix ending video for MK8
This commit is contained in:
parent
22e3a5cf7e
commit
07e39a5c60
@ -28,6 +28,7 @@ version = 2
|
|||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background
|
formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background
|
||||||
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
@ -51,6 +52,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user