add tileModesExcluded to MH3U

Looked at video files: they're 1920x1080
This commit is contained in:
Michael 2017-10-21 15:29:37 -07:00
parent 2e92c81461
commit b2236bf65a

View File

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