CommonHostInterface: Remove system paused/resumed message

This commit is contained in:
Connor McLaughlin
2021-07-04 15:59:52 +10:00
parent e4b23ffb7e
commit 8be2b66ebb
3 changed files with 1 additions and 14 deletions

View File

@ -1051,11 +1051,6 @@ void CommonHostInterface::OnSystemCreated()
void CommonHostInterface::OnSystemPaused(bool paused)
{
ReportFormattedMessage("System %s.", paused ? "paused" : "resumed");
if (m_fullscreen_ui_enabled)
FullscreenUI::SystemPaused(paused);
if (paused)
{
if (IsFullscreen() && !m_fullscreen_ui_enabled)