1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-21 06:23:34 +01:00
TegraExplorer/source/tegraexplorer/common/strings.c

19 lines
249 B
C
Raw Normal View History

2020-03-17 23:41:09 +00:00
#include "common.h"
const char *gfx_file_size_names[] = {
"B ",
"KB",
"MB",
"GB"
};
const char *menu_sd_states[] = {
"\nUnmount SD",
"\nMount SD"
};
const char *emmc_fs_entries[] = {
"SYSTEM",
"USER",
"SAFE"
};