libretro / beetle-psx-libretro

Standalone port/fork of Mednafen PSX to the Libretro API.
GNU General Public License v2.0
308 stars 131 forks source link

[VULKAN-BUG] FF7 battle swirl fades to wrong colour #401

Open RagnaStrife opened 6 years ago

RagnaStrife commented 6 years ago

Basically what the title says. It should be fading to black yet somehow it nearly always get stuck on a grey or brown colour. The swirling effect itself works well.

I'm using an AMD RX480.

Is it only me?

bearoso commented 5 years ago

Looks like it might be a blending problem where it's supposed to fade the framebuffer out completely through successive blends with black, but the math is wrong.