Mount other emmc parts

This commit is contained in:
Such Meme, Many Skill
2019-12-22 12:10:59 +01:00
parent 12802bf371
commit 81e97fa820
6 changed files with 39 additions and 18 deletions

View File

@@ -320,6 +320,10 @@ int delfile(const char *path, const char *filename){
void filemenu(const char *startpath){
int amount, res, tempint;
char temp[100];
if (!strcmp(rootpath, "emmc:/") && !strcmp(startpath, "emmc:/"))
clipboardhelper = 0;
strcpy(rootpath, startpath);
writecurpath(startpath);
amount = readfolder(currentpath);