mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
Make format options more clear
This commit is contained in:
parent
2a78d3c924
commit
d1678be654
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ menu_item toolsmenu[5] = {
|
|||
menu_item formatmenu[4] = {
|
||||
{"-- FORMAT SD --\n", COLOR_RED, -1, 0},
|
||||
{"Back\n", COLOR_WHITE, -1, 1},
|
||||
{"Format to FAT32", COLOR_RED, FORMAT_ALL_FAT32, 1},
|
||||
{"Format for EmuMMC setup", COLOR_RED, FORMAT_EMUMMC, 1}
|
||||
{"Format entire SD to FAT32", COLOR_RED, FORMAT_ALL_FAT32, 1},
|
||||
{"Format for EmuMMC setup (FAT32/RAW)", COLOR_RED, FORMAT_EMUMMC, 1}
|
||||
};
|
||||
|
||||
void fillmainmenu(){
|
||||
|
|
Loading…
Reference in a new issue