mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 19:16:52 +01:00
Fix ending video for MK8
This commit is contained in:
parent
22e3a5cf7e
commit
07e39a5c60
@ -28,6 +28,7 @@ version = 2
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
@ -51,6 +52,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
[TextureRedefine]
|
||||
width = 640
|
||||
height = 360
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user