Update title/status bar when pausing emulation.

This commit is contained in:
Rachel Bryk
2013-01-16 22:52:01 -05:00
parent 6f7f02aeaf
commit e74dc0b41f
3 changed files with 79 additions and 71 deletions

View File

@ -951,6 +951,7 @@ void CFrame::DoPause()
Core::SetState(Core::CORE_PAUSE);
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bHideCursor)
m_RenderParent->SetCursor(wxNullCursor);
Core::UpdateTitle();
}
else
{