From 1d5ae33a01321cf35ca1a2125a48243bf2804b0d Mon Sep 17 00:00:00 2001 From: Milan Date: Thu, 9 Nov 2017 22:47:48 +0100 Subject: [PATCH] [WindWakerHD] Add optional half res scaling. Off by default, so be sure to enable it if you want it. --- Source/WindWakerHD/rules.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Source/WindWakerHD/rules.txt b/Source/WindWakerHD/rules.txt index e842a391..bf5bd6e9 100644 --- a/Source/WindWakerHD/rules.txt +++ b/Source/WindWakerHD/rules.txt @@ -19,6 +19,14 @@ formatsExcluded = 0x41A # exclude the intro background texture overwriteWidth = overwriteHeight = +# 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 = +#overwriteHeight = + [TextureRedefine] # gamepad rendering resolution width = 854 height = 480