mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-27 11:01:25 -04:00
Remove '\n' from OSD messages; they would be converted to '?'
This commit is contained in:
@@ -326,7 +326,7 @@ void Renderer::DrawDebugText()
|
||||
if (SConfig::GetInstance().m_ShowLag)
|
||||
{
|
||||
draw_text(OSD::MessageType::MovieLag,
|
||||
StringFromFormat("Lag: %" PRIu64 "\n", Movie::GetCurrentLagCount()));
|
||||
StringFromFormat("Lag: %" PRIu64, Movie::GetCurrentLagCount()));
|
||||
}
|
||||
|
||||
if (SConfig::GetInstance().m_ShowInputDisplay)
|
||||
|
||||
Reference in New Issue
Block a user