Add Rerecord Count display

Simply shows Movie::s_rerecords in the ImGui Movie window
This commit is contained in:
sowens99 2021-11-29 23:03:36 -05:00
commit e4fed7cce8
6 changed files with 24 additions and 2 deletions

View file

@ -268,6 +268,7 @@ struct SConfig
std::string m_WirelessMac;
bool m_PauseMovie;
bool m_ShowRerecord;
bool m_ShowLag;
bool m_ShowFrameCount;
bool m_ShowRTC;