mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #395 from RachelBryk/race
Fix a couple race conditions.
This commit is contained in:
commit
7d12a31cc2
3 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue