Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11471 from MayImilae/dont-update-titlebar-with-os…
…d-messages

Don't Write OSD Messages to the Titlebar
  • Loading branch information
AdmiralCurtiss committed Jan 23, 2023
2 parents 0eb984f + 9df1f02 commit 8032a71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/Core.cpp
Expand Up @@ -180,7 +180,6 @@ void DisplayMessage(std::string message, int time_in_ms)
if (!std::all_of(message.begin(), message.end(), IsPrintableCharacter))
return;

Host_UpdateTitle(message);
OSD::AddMessage(std::move(message), time_in_ms);
}

Expand Down

0 comments on commit 8032a71

Please sign in to comment.