mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add "VIEWMODE" to config.
This commit is contained in:
@@ -235,7 +235,6 @@ void Settings::LanguageSelection(u32 hDown, touchPosition touch) {
|
||||
if (touching(touch, langBlocks[language])) {
|
||||
Config::lang = language;
|
||||
Lang::load(Config::lang);
|
||||
Config::save();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -252,7 +251,6 @@ void Settings::colorChanging(u32 hDown, touchPosition touch) {
|
||||
int blue;
|
||||
|
||||
if (hDown & KEY_B) {
|
||||
Config::save();
|
||||
mode = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user