mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Add on screen frame counter.
This commit is contained in:
parent
13fc8e7df1
commit
f6c6f03cce
8 changed files with 47 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue