Add main menu

This commit is contained in:
Such Meme, Many Skill
2019-08-18 20:00:16 +02:00
parent a094ac4496
commit 7a35d2b00c
8 changed files with 61 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ void sdexplorer(char *items[], unsigned int *muhbits){
gfx_con_setpos(0, 0);
gfx_box(0, 0, 719, 15, COLOR_WHITE);
folderamount = readfolder(items, muhbits, path);
gfx_printf("%k%pTegraExplorer, by SuchMemeManySkill %d\n%k%p", COLOR_DEFAULT, COLOR_WHITE, folderamount - 2, COLOR_WHITE, COLOR_DEFAULT);
gfx_printf("%k%pTegraExplorer %d\n%k%p", COLOR_DEFAULT, COLOR_WHITE, folderamount - 2, COLOR_WHITE, COLOR_DEFAULT);
value = fileexplorergui(items, muhbits, path, folderamount);
if (value == 1) {