dolphin/Source/Core/DolphinWX/Config
JosJuice ed9007cab7 Save GUI language as string instead of wxLanguage enum
When 5.0-211 updated wxWidgets to 3.1.0, some entries in the
wxLanguage enum were moved and added, changing the wxLanguage
values. Because we save Dolphin's interface language to disk
as a wxLanguage, the language you have set will mean something
different depending on whether you have the updated wx version
or not. For instance, setting the language to English with the
updated version and then using an older version will make
Dolphin use Dutch. Because we can't rely on the enum anymore,
I'm replacing the "Language" setting with a "LanguageCode"
setting that uses standard ISO 639 codes.
2016-08-12 14:52:01 +02:00
..
AdvancedConfigPane.cpp Disable changing Custom RTC when game is running 2016-07-19 16:30:00 -04:00
AdvancedConfigPane.h Add Configurable RTC 2016-07-19 11:20:02 -04:00
AudioConfigPane.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
AudioConfigPane.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ConfigMain.cpp Use g_want_determinism more 2016-07-05 18:50:06 +02:00
ConfigMain.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GCAdapterConfigDiag.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GCAdapterConfigDiag.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GameCubeConfigPane.cpp Remove AM Baseboard 2016-08-11 12:53:44 +02:00
GameCubeConfigPane.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeneralConfigPane.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeneralConfigPane.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
InterfaceConfigPane.cpp Save GUI language as string instead of wxLanguage enum 2016-08-12 14:52:01 +02:00
InterfaceConfigPane.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PathConfigPane.cpp Allow to change Wii sd card path in config pane 2016-07-29 15:03:01 +02:00
PathConfigPane.h Allow to change Wii sd card path in config pane 2016-07-29 15:03:01 +02:00
WiiConfigPane.cpp Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
WiiConfigPane.h Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00