From 28b1e7d554edfa814c352cb9749e64067771beb4 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 31 Aug 2018 17:03:07 -0700 Subject: [PATCH] Set all 0x0 overwrites to 1x1 Prevents any undefined behavior caused by these packs Why is WWHD timed by 2 for everything except for main resolution? --- Modifications/SuperSmashBros_NoBoxingRingScreen/rules.txt | 4 ++-- Source/WindWakerHD/rules.txt | 4 ++-- Workaround/SuperSmashBros_PixelMess/rules.txt | 4 ++-- Workaround/XenobladeX_AMDGCN4/rules.txt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Modifications/SuperSmashBros_NoBoxingRingScreen/rules.txt b/Modifications/SuperSmashBros_NoBoxingRingScreen/rules.txt index 682c0ba6..7a9cf33a 100644 --- a/Modifications/SuperSmashBros_NoBoxingRingScreen/rules.txt +++ b/Modifications/SuperSmashBros_NoBoxingRingScreen/rules.txt @@ -6,5 +6,5 @@ version = 2 [TextureRedefine] # boxing ring screen width = 220 height = 124 -overwriteWidth = 0 -overwriteHeight = 0 \ No newline at end of file +overwriteWidth = 1 +overwriteHeight = 1 \ No newline at end of file diff --git a/Source/WindWakerHD/rules.txt b/Source/WindWakerHD/rules.txt index f3480f09..fc628882 100644 --- a/Source/WindWakerHD/rules.txt +++ b/Source/WindWakerHD/rules.txt @@ -71,5 +71,5 @@ overwriteHeight = width = 1024 height = 1024 formats = 0x005 -overwriteWidth = -overwriteHeight = \ No newline at end of file +overwriteWidth = +overwriteHeight = \ No newline at end of file diff --git a/Workaround/SuperSmashBros_PixelMess/rules.txt b/Workaround/SuperSmashBros_PixelMess/rules.txt index d11807d6..0935e3cd 100644 --- a/Workaround/SuperSmashBros_PixelMess/rules.txt +++ b/Workaround/SuperSmashBros_PixelMess/rules.txt @@ -9,5 +9,5 @@ width = 640 height = 360 formats = 0x00a #overwriteFormat = 0x81c # Might cause an error, but seems to work. Might not work on AMD. -overwriteWidth = 0 -overwriteHeight = 0 +overwriteWidth = 1 +overwriteHeight = 1 diff --git a/Workaround/XenobladeX_AMDGCN4/rules.txt b/Workaround/XenobladeX_AMDGCN4/rules.txt index a359cb05..f2824e65 100644 --- a/Workaround/XenobladeX_AMDGCN4/rules.txt +++ b/Workaround/XenobladeX_AMDGCN4/rules.txt @@ -7,5 +7,5 @@ version = 2 [TextureRedefine] width = 320 height = 180 -overwriteWidth = 0 -overwriteHeight = 0 \ No newline at end of file +overwriteWidth = 1 +overwriteHeight = 1 \ No newline at end of file