re-implement formatting + add firmware dumping

This commit is contained in:
Such Meme, Many Skill
2019-12-11 14:45:30 +01:00
parent ae225abb75
commit 47df1b9cd1
9 changed files with 135 additions and 27 deletions

View File

@@ -40,4 +40,5 @@ enum filemenuoptions {
int readfolder(const char *path);
void filemenu();
bool checkfile(char* path);
u64 getfilesize(char *path);
u64 getfilesize(char *path);
int copy(const char *locin, const char *locout, bool print);