mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 08:39:05 +00:00
I think the last missing work for v1.0.0? :)
This commit is contained in:
@@ -70,6 +70,7 @@ namespace Gui
|
||||
void DrawBottom(void);
|
||||
|
||||
void DisplayWarnMsg(std::string Text);
|
||||
bool promptMsg(std::string promptMsg);
|
||||
}
|
||||
|
||||
void DisplayMsg(std::string text);
|
||||
|
||||
@@ -56,4 +56,5 @@ private:
|
||||
int fastMode = false;
|
||||
};
|
||||
|
||||
Result createFile(const char * path);
|
||||
#endif
|
||||
@@ -58,5 +58,5 @@ using json = nlohmann::json;
|
||||
|
||||
extern char * arg0;
|
||||
|
||||
#define WORKING_DIR "/3ds/"
|
||||
#define WORKING_DIR "/"
|
||||
#define SCRIPTS_PATH "/3ds/Universal-Updater/scripts/" // The Scripts will be here.
|
||||
@@ -28,5 +28,8 @@
|
||||
|
||||
#include "common.hpp"
|
||||
|
||||
Result makeDirs(const char * path);
|
||||
Result openFile(Handle* fileHandle, const char * path, bool write);
|
||||
Result deleteFile(const char * path);
|
||||
Result deleteFile(const char * path);
|
||||
Result removeDir(const char * path);
|
||||
Result removeDirRecursive(const char * path);
|
||||
Reference in New Issue
Block a user