mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-12 00:59:11 +01:00
c0553afff1
We need to make sure that LoadCache finishes before Start begins accessing m_cache. The old solution with mutexes didn't do this.