mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Merge pull request #905 from RachelBryk/status-bar-messages
Add OSD messages back to status bar.
This commit is contained in:
commit
50879f5624
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ 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);
|
||||||
|
Host_UpdateTitle(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsRunning()
|
bool IsRunning()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue