mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Merge pull request #4117 from JosJuice/wx-language-code
Save GUI language as string instead of wxLanguage enum
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user