mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Merge pull request #905 from RachelBryk/status-bar-messages
Add OSD messages back to status bar.
This commit is contained in:
commit
50879f5624
@ -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…
x
Reference in New Issue
Block a user