mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Allow the user to enable the extended information string like the old days.
This string shows emulated CPU speed, including true mhz + idle skipping mhz
This commit is contained in:
parent
89efec6109
commit
7549ee232c
3 changed files with 31 additions and 29 deletions
|
@ -55,6 +55,7 @@ struct SConfig : NonCopyable
|
|||
bool m_InterfaceStatusbar;
|
||||
bool m_InterfaceLogWindow;
|
||||
bool m_InterfaceLogConfigWindow;
|
||||
bool m_InterfaceExtendedFPSInfo;
|
||||
|
||||
bool m_ListDrives;
|
||||
bool m_ListWad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue