Start gfx rewrite & reorganize TE
This commit is contained in:
19
source/tegraexplorer/common/strings.c
Normal file
19
source/tegraexplorer/common/strings.c
Normal file
@@ -0,0 +1,19 @@
|
||||
#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"
|
||||
};
|
||||
Reference in New Issue
Block a user