Day2 of restructuring/rewriting

This commit is contained in:
Such Meme, Many Skill
2020-03-18 23:58:32 +01:00
parent ff618bc285
commit 9d36f741d9
30 changed files with 981 additions and 1503 deletions

View File

@@ -13,15 +13,15 @@ const char *menu_sd_states[] = {
};
const char *emmc_fs_entries[] = {
"SAFE",
"SYSTEM",
"USER",
"SAFE"
"USER"
};
const char *utils_err_codes[] = {
"OK",
"I/O ERROR",
"DRIVE LOOKUP FAILED",
"NO DISK",
"NOT READY",
"NO FILE",
"NO PATH",
@@ -34,4 +34,13 @@ const char *utils_err_codes[] = {
"NO MEM",
"NO FAT",
"MKFS ABORT"
};
const char *utils_err_codes_te[] = { // these start at 50
"SAME LOC",
"DISK WRITE FAILED",
"EMPTY CLIPBOARD",
"DEFENITION OF INSANITY"
"FOLDER ROOT"
"DEST PART OF SRC"
};