Merge pull request #4036 from RisingFog/rtc_osd

Display RTC on OSD
This commit is contained in:
Pierre Bourdon
2016-07-25 15:36:03 +02:00
committed by GitHub
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)
{