mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06: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