mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
My last work for today.
This commit is contained in:
@@ -109,4 +109,6 @@ namespace download {
|
||||
void deleteFileList(std::string file, std::string message);
|
||||
void installFileList(std::string file, std::string message);
|
||||
void extractFileList(std::string file, std::string input, std::string output, std::string message);
|
||||
}
|
||||
}
|
||||
|
||||
void downloadScripts(void);
|
||||
@@ -59,4 +59,4 @@ using json = nlohmann::json;
|
||||
extern char * arg0;
|
||||
|
||||
#define WORKING_DIR "/"
|
||||
#define SCRIPTS_PATH "/3ds/Universal-Updater/scripts/" // The Scripts will be here.
|
||||
#define SCRIPTS_PATH "sdmc:/3ds/Universal-Updater/scripts/" // The Scripts will be here.
|
||||
@@ -34,6 +34,7 @@ namespace Config {
|
||||
// [UI]
|
||||
extern int lang; // The current Language.
|
||||
extern int Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor; // Colors!
|
||||
extern std::string ScriptPath;
|
||||
|
||||
void loadConfig();
|
||||
void saveConfig();
|
||||
|
||||
Reference in New Issue
Block a user