Merge pull request #1284 from RadWolfie/fix-running-emulation-check

Fix false positive of title is still emulating after crash.
This commit is contained in:
RadWolfie 2018-06-14 00:01:59 -05:00 committed by GitHub
commit 52343321eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2355,6 +2355,7 @@ void WndMain::CrashMonitor()
DrawLedBitmap(m_hwnd, true);
m_hwndChild = NULL;
m_bIsStarted = false;
g_EmuShared->SetIsEmulating(false);
UpdateCaption();
RefreshMenus();
}