mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Add Rerecord Count display
Simply shows Movie::s_rerecords in the ImGui Movie window
This commit is contained in:
parent
57d251c2f0
commit
e4fed7cce8
6 changed files with 24 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue