mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
MK8: Fix cup screen black lines (#618)
Thanks to @goeiecool9999 for this fix!
This commit is contained in:
parent
f94d3b5ab1
commit
a0377d9867
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ overwriteHeight = ($height/$gameHeight) * 360
|
||||||
width = 576
|
width = 576
|
||||||
height = 64
|
height = 64
|
||||||
#formats = 0x019 #,0x01a,0x806,0x816
|
#formats = 0x019 #,0x01a,0x806,0x816
|
||||||
overwriteWidth = ($width/$gameWidth) * 560
|
overwriteWidth = ($width/$gameWidth) * 576
|
||||||
overwriteHeight = ($height/$gameHeight) * 64
|
overwriteHeight = ($height/$gameHeight) * 64
|
||||||
|
|
||||||
[TextureRedefine] #Cup win board
|
[TextureRedefine] #Cup win board
|
||||||
|
|
Loading…
Reference in a new issue