From 6319630b36d092df082136453d6a2be3b1399a1f Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 11 Nov 2018 11:16:54 -0800 Subject: [PATCH] Remove Boxing Ring rounded resolution from Smash Resolution Pack This caused the screen to show nothing when the resolution was not native. --- Source/SuperSmashBros_Resolution/rules.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Source/SuperSmashBros_Resolution/rules.txt b/Source/SuperSmashBros_Resolution/rules.txt index 1f72c20e..426afea0 100644 --- a/Source/SuperSmashBros_Resolution/rules.txt +++ b/Source/SuperSmashBros_Resolution/rules.txt @@ -89,8 +89,6 @@ $height = 5760 $gameWidth = 1920 $gameHeight = 1080 - - [TextureRedefine] # Game Resolution width = 1920 height = 1088 @@ -224,13 +222,6 @@ height = 144 overwriteWidth = ($width / $gameWidth) * 256 overwriteHeight = ($height / $gameHeight) * 144 -[TextureRedefine] -width = 256 -height = 128 -formats = 0x8 -overwriteWidth = ($width / $gameWidth) * 256 -overwriteHeight = ($height / $gameHeight) * 128 - [TextureRedefine] width = 249 height = 250