mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-25 05:03:28 -04:00
This fixes the bad rendering on the first frame when using the software renderer: the software renderer's Z buffer started out at 0, but most games clear it to 0xffffff instead; this means that things don't render correctly except for in the regions where the screen was cleared by an EFB copy earlier in the frame.