citra
citra copied to clipboard
Kirby Blowout Blast background missing on hw renderer
In Kirby Blowout Blast the background is missing using the hardware renderer, instead appearing gray. The background objects are there but not the skybox.
Nightly 1779 | HEAD-58d0705 (2022-08-15)
GPU: Radeon RX 6600 XT driver 22.5.1
In motion it pretty much looks like this https://www.youtube.com/watch?v=tEItoXevVO8
With the hardware renderer disabled. Runs at like 4 FPS
I spent some time investigating this and it seems the games uses a texture cube to render the skybox instead of clearing the screen to that color. Probably a mistake in the texture cube implementation.