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:
Ryan Houdek
2014-03-22 04:15:30 -05:00
parent 89efec6109
commit 7549ee232c
3 changed files with 31 additions and 29 deletions

View File

@ -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;