mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
More Univeraal-Updater -> DarkStore
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"ARGUMENT_INVALID": "Argument invalid.\nPlease check the xml file for proper arguments.",
|
"ARGUMENT_INVALID": "Argument invalid.\nPlease check the xml file for proper arguments.",
|
||||||
"AUTHOR": "Author",
|
"AUTHOR": "Author",
|
||||||
"AUTO_UPDATE_NIGHTLY": "Use nightly versions",
|
"AUTO_UPDATE_NIGHTLY": "Use nightly versions",
|
||||||
"AUTO_UPDATE_NIGHTLY_DESC": "Use nightly versions of Universal-Updater instead of the stable releases.",
|
"AUTO_UPDATE_NIGHTLY_DESC": "Use nightly versions of DarkStore instead of the stable releases.",
|
||||||
"AUTO_UPDATE_SETTINGS": "Auto-Update Settings",
|
"AUTO_UPDATE_SETTINGS": "Auto-Update Settings",
|
||||||
"AUTO_UPDATE_SETTINGS_BTN": "Auto-update settings...",
|
"AUTO_UPDATE_SETTINGS_BTN": "Auto-update settings...",
|
||||||
"AUTO_UPDATE_STORE": "Auto-update Stores",
|
"AUTO_UPDATE_STORE": "Auto-update Stores",
|
||||||
|
|||||||
@@ -593,7 +593,7 @@ static void LanguageLogic(int &page, int &selection, int &sPos) {
|
|||||||
/* Check if language needs a custom font. */
|
/* Check if language needs a custom font. */
|
||||||
if (l == "uk") {
|
if (l == "uk") {
|
||||||
if (access("sdmc:/3ds/DarkStore/font.bcfnt", F_OK) != 0) {
|
if (access("sdmc:/3ds/DarkStore/font.bcfnt", F_OK) != 0) {
|
||||||
ScriptUtils::downloadFile("https://github.com/Universal-Team/extras/raw/master/files/universal-updater.bcfnt", "sdmc:/3ds/DarkStore/font.bcfnt", Lang::get("DOWNLOADING_COMPATIBLE_FONT"), true);
|
ScriptUtils::downloadFile("https://github.com/DarkStore-3DS/extras/raw/master/files/universal-updater.bcfnt", "sdmc:/3ds/DarkStore/font.bcfnt", Lang::get("DOWNLOADING_COMPATIBLE_FONT"), true);
|
||||||
Init::UnloadFont();
|
Init::UnloadFont();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -627,7 +627,7 @@ static void LanguageLogic(int &page, int &selection, int &sPos) {
|
|||||||
/* Check if language needs a custom font. */
|
/* Check if language needs a custom font. */
|
||||||
if (l == "uk") {
|
if (l == "uk") {
|
||||||
if (access("sdmc:/3ds/DarkStore/font.bcfnt", F_OK) != 0) {
|
if (access("sdmc:/3ds/DarkStore/font.bcfnt", F_OK) != 0) {
|
||||||
ScriptUtils::downloadFile("https://github.com/Universal-Team/extras/raw/master/files/universal-updater.bcfnt", "sdmc:/3ds/DarkStore/font.bcfnt", Lang::get("DOWNLOADING_COMPATIBLE_FONT"), true);
|
ScriptUtils::downloadFile("https://github.com/DarkStore-3DS/extras/raw/master/files/universal-updater.bcfnt", "sdmc:/3ds/DarkStore/font.bcfnt", Lang::get("DOWNLOADING_COMPATIBLE_FONT"), true);
|
||||||
Init::UnloadFont();
|
Init::UnloadFont();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -658,7 +658,7 @@ static void LanguageLogic(int &page, int &selection, int &sPos) {
|
|||||||
|
|
||||||
if (touching(touch, langButtons[6])) {
|
if (touching(touch, langButtons[6])) {
|
||||||
/* Download Font. */
|
/* Download Font. */
|
||||||
ScriptUtils::downloadFile("https://github.com/Universal-Team/extras/raw/master/files/universal-updater.bcfnt", "sdmc:/3ds/DarkStore/font.bcfnt", Lang::get("DOWNLOADING_COMPATIBLE_FONT"), true);
|
ScriptUtils::downloadFile("https://github.com/DarkStore-3DS/extras/raw/master/files/universal-updater.bcfnt", "sdmc:/3ds/DarkStore/font.bcfnt", Lang::get("DOWNLOADING_COMPATIBLE_FONT"), true);
|
||||||
config->customfont(true);
|
config->customfont(true);
|
||||||
Init::UnloadFont();
|
Init::UnloadFont();
|
||||||
Init::LoadFont();
|
Init::LoadFont();
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ MainScreen::MainScreen() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If Universal DB --> Get! */
|
/* If DarkStore-Homebrew --> Get! */
|
||||||
if (config->lastStore() == "darkstore-homebrew.store" || config->lastStore() == "") {
|
if (config->lastStore() == "darkstore-homebrew.store" || config->lastStore() == "") {
|
||||||
if (access("sdmc:/3ds/DarkStore/stores/darkstore-homebrew.store", F_OK) != 0) {
|
if (access("sdmc:/3ds/DarkStore/stores/darkstore-homebrew.store", F_OK) != 0) {
|
||||||
if (checkWifiStatus()) {
|
if (checkWifiStatus()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user