mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Update title/status bar when pausing emulation.
This commit is contained in:
parent
6f7f02aeaf
commit
e74dc0b41f
3 changed files with 79 additions and 71 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue