Add basic folder navigation

+ Add hekate/ams to shutdown menu
This commit is contained in:
Such Meme, Many Skill
2019-12-01 15:42:37 +01:00
parent cd4f2cd347
commit 79027591ac
4 changed files with 92 additions and 8 deletions

View File

@@ -25,4 +25,5 @@ typedef struct _fs_entry {
} fs_entry;
int readfolder(const char *path);
void filemenu();
void filemenu();
bool checkfile(char* path);