[One Piece] fix videos

This commit is contained in:
Michael 2017-11-01 10:49:28 -07:00
parent 0ee7c55c32
commit 775c1bebb6

View File

@ -15,12 +15,14 @@ version = 2
[TextureRedefine] # tv
width = 1280
height = 720
tileModesExcluded = 0x001
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # half-res alpha
width = 640
height = 360
tileModesExcluded = 0x001
overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*360)?>