mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-07 02:05:19 +01:00

This is related to https://bugs.dolphin-emu.org/issues/10958 which uses Qt to clear out the window so the game list isn't displayed while the core is booting. Instead, we use the video backend to render a black screen, which means Qt doesn't have to flip between paint engines.