Merge pull request #4117 from JosJuice/wx-language-code

Save GUI language as string instead of wxLanguage enum
This commit is contained in:
shuffle2
2016-10-02 21:23:36 -07:00
committed by GitHub
4 changed files with 44 additions and 41 deletions

View File

@ -217,7 +217,7 @@ struct SConfig : NonCopyable
std::string m_bba_mac;
// interface language
int m_InterfaceLanguage;
std::string m_InterfaceLanguage;
float m_EmulationSpeed;
bool m_OCEnable;
float m_OCFactor;