mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Display RTC on OSD
This commit is contained in:
parent
e21cc8937b
commit
0ef1ee7a83
11 changed files with 41 additions and 1 deletions
|
@ -333,6 +333,12 @@ void Renderer::DrawDebugText()
|
|||
final_yellow += "\n";
|
||||
}
|
||||
|
||||
if (SConfig::GetInstance().m_ShowRTC)
|
||||
{
|
||||
final_cyan += Movie::GetRTCDisplay();
|
||||
final_yellow += "\n";
|
||||
}
|
||||
|
||||
// OSD Menu messages
|
||||
if (OSDChoice > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue