[WindWakerHD] Add optional half res scaling.

Off by default, so be sure to enable it if you want it.
This commit is contained in:
Milan 2017-11-09 22:47:48 +01:00 committed by GitHub
parent 3991feee73
commit 1d5ae33a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,14 @@ formatsExcluded = 0x41A # exclude the intro background texture
overwriteWidth = <?=round($scaleFactorX*1920)?>
overwriteHeight = <?=round($scaleFactorY*1080)?>
# Remove the #'s before the overwriteWidth and overwriteHeight to enable this.
# Will affect blurred area's which will result in looking darker.
[TextureRedefine] # game halfres upscaling
width = 960
height = 540
#overwriteWidth = <?=round($scaleFactorX*1920)?>
#overwriteHeight = <?=round($scaleFactorY*1080)?>
[TextureRedefine] # gamepad rendering resolution
width = 854
height = 480