[WindWakerHD] Added half res scaling

By popular requests. Needs to be tested first.
This commit is contained in:
Milan 2017-11-09 21:35:25 +01:00 committed by GitHub
parent f3ded524aa
commit 500b81c09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,12 @@ formatsExcluded = 0x41A # exclude the intro background texture
overwriteWidth = <?=round($scaleFactorX*1920)?>
overwriteHeight = <?=round($scaleFactorY*1080)?>
[TextureRedefine] # game halfres upscaling
width = 960
height = 540
overwriteWidth = <?=round($scaleFactorX*1920)?>
overwriteHeight = <?=round($scaleFactorY*1080)?>
[TextureRedefine] # gamepad rendering resolution
width = 854
height = 480