mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
The Language Screen should work properly now.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ int main()
|
||||
if(access("sdmc:/3ds/Universal-Updater/Settings.ini", F_OK) == -1 ) {
|
||||
Config::saveConfig();
|
||||
}
|
||||
Lang::load(1);
|
||||
Lang::load(Config::lang);
|
||||
Gui::setScreen(std::make_unique<MainMenu>());
|
||||
osSetSpeedupEnable(true); // Enable speed-up for New 3DS users
|
||||
|
||||
|
||||
Reference in New Issue
Block a user