mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
See desc for more.
- Removed "beta" of Universal-DB. NOTE: This will only work at 12:00 UTC. - Fixed downloadFile caused an error, when the folder did not exist. - Removed sheet.png of the spritesheet, because unneeded.
This commit is contained in:
@@ -87,7 +87,7 @@ private:
|
||||
nlohmann::json json;
|
||||
bool changesMade = false;
|
||||
|
||||
std::string v_language = "en", v_lastStore = "universal-db-beta.unistore",
|
||||
std::string v_language = "en", v_lastStore = "universal-db.unistore",
|
||||
v_3dsxPath = "sdmc:/3ds", v_ndsPath = "sdmc:", v_archivePath = "sdmc:";
|
||||
bool v_list = false, v_autoUpdate = true, v_metadata = true, v_updateCheck = true, v_showBg = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user