Remove Boxing Ring rounded resolution from Smash Resolution Pack

This caused the screen to show nothing when the resolution was not native.
This commit is contained in:
Michael 2018-11-11 11:16:54 -08:00
parent bf1f74f721
commit 6319630b36

View File

@ -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