re-implement formatting + add firmware dumping
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user