mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 03:16:30 -05:00
Merge pull request #395 from RachelBryk/race
Fix a couple race conditions.
This commit is contained in:
@@ -908,6 +908,8 @@ void CFrame::ToggleDisplayMode(bool bFullscreen)
|
||||
// Prepare the GUI to start the game.
|
||||
void CFrame::StartGame(const std::string& filename)
|
||||
{
|
||||
if (m_bGameLoading)
|
||||
return;
|
||||
m_bGameLoading = true;
|
||||
|
||||
if (m_ToolBar)
|
||||
|
||||
Reference in New Issue
Block a user