finally got theme deletion working + qr stuff

Theme deletion [SDMC] now works, although no button currently has it assigned. The QR reader now works properly with Unicode filenames.
This commit is contained in:
Helloman892
2017-09-07 22:36:44 +01:00
parent dc1cbda232
commit 6b5b391d7b
4 changed files with 24 additions and 20 deletions

View File

@@ -194,6 +194,9 @@ int main(void)
draw_theme_install(SINGLE_INSTALL);
single_install(*current_theme);
}
//these two are here just so I don't forget how to implement them - HM
//del_theme(current_theme->path);
//get_themes(&themes_list, &theme_count);
}
else if (kDown & KEY_B)