mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +01:00
[One Piece] fix videos
This commit is contained in:
parent
0ee7c55c32
commit
775c1bebb6
@ -15,12 +15,14 @@ version = 2
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # half-res alpha
|
||||||
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