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
parent 57d251c2f0
commit e4fed7cce8
6 changed files with 24 additions and 2 deletions

View File

@ -200,6 +200,7 @@ void CheckWiimoteStatus(int wiimote, const WiimoteCommon::DataReportBuilder& rpt
std::string GetInputDisplay();
std::string GetRTCDisplay();
std::string GetRerecords();
// Done this way to avoid mixing of core and gui code
using GCManipFunction = std::function<void(GCPadStatus*, int)>;