Swapped around dirup and curdir

+ made files purple
This commit is contained in:
Such Meme, Many Skill
2019-08-16 18:40:09 +02:00
parent cd786af805
commit 8ba54003b0
3 changed files with 7 additions and 7 deletions

View File

@@ -65,15 +65,15 @@ void sdexplorer(char *items[], unsigned int *muhbits){
value = fileexplorergui(items, muhbits, path, folderamount);
if (value == 1) {
if (strcmp("sd:/", path) == 0) break;
else removepartpath(path);
}
else if (value == 2) {
if (copymode != -1){
copywithpath(clipboard, path, copymode);
copymode = -1;
}
}
else if (value == 2) {
if (strcmp("sd:/", path) == 0) break;
else removepartpath(path);
}
else {
if(muhbits[value - 1] & OPTION1) addpartpath(path, items[value - 1]);
else {