Add on screen frame counter.

This commit is contained in:
Rachel Bryk
2014-09-30 18:49:44 -04:00
parent 13fc8e7df1
commit f6c6f03cce
8 changed files with 47 additions and 4 deletions

View File

@ -86,6 +86,7 @@ struct SConfig : NonCopyable
std::string m_WirelessMac;
bool m_PauseMovie;
bool m_ShowLag;
bool m_ShowFrameCount;
std::string m_strMovieAuthor;
unsigned int m_FrameSkip;