mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-16 03:47:04 +02:00

CBoot::BootUp() did call CoreTiming::Advance which itself blocks on the GPU, but the GPU thread wasn't started already. This commit moves the SyncGPU initialization into the Fifo.cpp file and call it after BootUp().