This commit is contained in:
Michael 2017-12-13 14:30:10 -08:00
parent 2e912c962a
commit d9dd2faba0

View File

@ -14,14 +14,14 @@ version = 2
[TextureRedefine] # tv
width = 1920
height = 1080
tileModesExcluded = 0x001
tileModesExcluded = 0x1
overwriteWidth = <?=round($scaleFactorX*1920)?>
overwriteHeight = <?=round($scaleFactorY*1080)?>
[TextureRedefine] # half scale
width = 1920
height = 1080
tileModesExcluded = 0x001
width = 960
height = 540
tileModesExcluded = 0x1
overwriteWidth = <?=round($scaleFactorX*960)?>
overwriteHeight = <?=round($scaleFactorY*540)?>