mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 19:53:06 -03:00
[Mario Tennis] fix videos
This commit is contained in:
parent
17cc8f1b39
commit
0ee7c55c32
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ version = 2
|
|||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x431
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
|
@ -29,6 +30,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
|||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41a
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue