mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Switch to JSON.
Custom Path's and Colors needs to be redo for this.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user