Switch to JSON.

Custom Path's and Colors needs to be redo for this.
This commit is contained in:
VoltZ
2019-11-10 15:53:04 +01:00
parent 18733e7a9b
commit 08b962b560
8 changed files with 111 additions and 458 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ void Settings::LanguageSelection(u32 hDown, touchPosition touch) {
if (touching(touch, langBlocks[language])) {
Config::lang = language;
Lang::load(Config::lang);
Config::saveConfig();
Config::save();
}
}
}
@@ -161,7 +161,7 @@ void Settings::colorChanging(u32 hDown, touchPosition touch) {
int blue;
if (hDown & KEY_B) {
Config::saveConfig();
Config::save();
Gui::screenBack();
return;
}