Config: Port CPU overclock settings to new config system.

This commit is contained in:
Admiral H. Curtiss 2021-12-25 21:52:50 +01:00
parent a29d7625dd
commit cae4b545bd
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
9 changed files with 26 additions and 37 deletions

View file

@ -221,8 +221,6 @@ struct SConfig
// interface language
std::string m_InterfaceLanguage;
float m_EmulationSpeed;
bool m_OCEnable;
float m_OCFactor;
// other interface settings
bool m_InterfaceExtendedFPSInfo;
bool m_show_active_title = false;