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