Fix end emulation when paused
This commit is contained in:
parent
f4e5ae8efa
commit
8dc26cc3eb
|
@ -186,7 +186,6 @@ void CMainMenu::OnRomInfo(HWND hWnd)
|
||||||
|
|
||||||
void CMainMenu::OnEndEmulation(void)
|
void CMainMenu::OnEndEmulation(void)
|
||||||
{
|
{
|
||||||
CGuard Guard(m_CS);
|
|
||||||
WriteTrace(TraceUserInterface, TraceDebug, "ID_FILE_ENDEMULATION");
|
WriteTrace(TraceUserInterface, TraceDebug, "ID_FILE_ENDEMULATION");
|
||||||
if (g_BaseSystem)
|
if (g_BaseSystem)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue