mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-29 12:54:15 +01:00
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:
parent
bf1f74f721
commit
6319630b36
@ -89,8 +89,6 @@ $height = 5760
|
|||||||
$gameWidth = 1920
|
$gameWidth = 1920
|
||||||
$gameHeight = 1080
|
$gameHeight = 1080
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[TextureRedefine] # Game Resolution
|
[TextureRedefine] # Game Resolution
|
||||||
width = 1920
|
width = 1920
|
||||||
height = 1088
|
height = 1088
|
||||||
@ -224,13 +222,6 @@ height = 144
|
|||||||
overwriteWidth = ($width / $gameWidth) * 256
|
overwriteWidth = ($width / $gameWidth) * 256
|
||||||
overwriteHeight = ($height / $gameHeight) * 144
|
overwriteHeight = ($height / $gameHeight) * 144
|
||||||
|
|
||||||
[TextureRedefine]
|
|
||||||
width = 256
|
|
||||||
height = 128
|
|
||||||
formats = 0x8
|
|
||||||
overwriteWidth = ($width / $gameWidth) * 256
|
|
||||||
overwriteHeight = ($height / $gameHeight) * 128
|
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 249
|
width = 249
|
||||||
height = 250
|
height = 250
|
||||||
|
Loading…
Reference in New Issue
Block a user