mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Make updateSelf a optional boolean.
Should fix sometimes booting into TWiLight Menu++ for some reason.
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
|
||||
Result CIA_LaunchTitle(u64 titleId, FS_MediaType mediaType);
|
||||
Result deletePrevious(u64 titleid, FS_MediaType media);
|
||||
Result installCia(const char * ciaPath);
|
||||
Result installCia(const char * ciaPath, bool updateSelf);
|
||||
|
||||
#endif
|
||||
@@ -67,7 +67,7 @@ namespace ScriptHelper {
|
||||
Result downloadFile(std::string file, std::string output, std::string message);
|
||||
|
||||
Result removeFile(std::string file, std::string message);
|
||||
void installFile(std::string file, std::string message);
|
||||
void installFile(std::string file, bool updateSelf, std::string message);
|
||||
void extractFile(std::string file, std::string input, std::string output, std::string message);
|
||||
Result createFile(const char * path);
|
||||
void displayTimeMsg(std::string message, int seconds);
|
||||
|
||||
Reference in New Issue
Block a user