cemu-project / cemu_graphic_packs

Community Graphic Packs for Cemu
https://cemu-project.github.io/cemu_graphic_packs/
Creative Commons Zero v1.0 Universal
1.3k stars 585 forks source link

MK8: Fix cup screen black lines #618

Closed goeiecool9999 closed 5 months ago

goeiecool9999 commented 5 months ago

Fixed an issue where on the results screen of a Grand Prix race there would be a black bar on the scoreboard. before: screenshotbroken after: Screenshot_2024-03-28_16-40-33 The normal rendering of the scoreboard uses a texture of 576x64 and copies it to a smaller texture of 560x64: image image However the resolution graphic pack puts the source image at the same resolution as the destination, so the image copy doesn't cut off the black/undefined part which shows in the final output.

Crementif commented 5 months ago

Yeah, that definitely seems like a copy-paste mistake haha!