From 69df0e76f60510bb6359cf3887ce8a05edeb9049 Mon Sep 17 00:00:00 2001 From: Milan Date: Fri, 10 Nov 2017 23:49:14 +0100 Subject: [PATCH] Add quarter resolution scaling Doesn't have any camera bugs anymore so made everything on by default. --- Source/WindWakerHD/rules.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Source/WindWakerHD/rules.txt b/Source/WindWakerHD/rules.txt index bf5bd6e9..af664247 100644 --- a/Source/WindWakerHD/rules.txt +++ b/Source/WindWakerHD/rules.txt @@ -19,16 +19,20 @@ 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 +[TextureRedefine] # game half res upscaling width = 960 height = 540 -#overwriteWidth = -#overwriteHeight = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # game quarter res upscaling +width = 480 +height = 270 +overwriteWidth = +overwriteHeight = [TextureRedefine] # gamepad rendering resolution width = 854 height = 480 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight =