mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core: Don't display messages in the titlebar / statusbar
We already put them on-screen, that should be good enough.
This commit is contained in:
@ -126,16 +126,6 @@ void DisplayMessage(const std::string& message, int time_in_ms)
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_video_backend->Video_AddMessage(message, time_in_ms);
|
g_video_backend->Video_AddMessage(message, time_in_ms);
|
||||||
|
|
||||||
if (_CoreParameter.bRenderToMain &&
|
|
||||||
SConfig::GetInstance().m_InterfaceStatusbar)
|
|
||||||
{
|
|
||||||
Host_UpdateStatusBar(message);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Host_UpdateTitle(message);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsRunning()
|
bool IsRunning()
|
||||||
|
Reference in New Issue
Block a user