Display RTC on OSD

This commit is contained in:
Chris Burgener 2016-07-19 20:23:25 -04:00
commit 0ef1ee7a83
11 changed files with 41 additions and 1 deletions

View file

@ -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)
{