Rebase from lockpickrcm 1.8.0

This commit is contained in:
Such Meme, Many Skill
2019-12-10 16:57:43 +01:00
parent 527cdae1a6
commit fd74812d2b
54 changed files with 1647 additions and 276 deletions

View File

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