mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
destenation
This commit is contained in:
parent
adc9d2e5bf
commit
0c039e03c3
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ int emmcRestorePart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part){
|
|||
|
||||
if (totalSize < totalSizeDest){
|
||||
SWAPCOLOR(COLOR_ORANGE);
|
||||
gfx_printf("File is too small for destenation.\nDo you want to flash it anyway?\n\nVol +/- to Cancel\n");
|
||||
gfx_printf("File is too small for destination.\nDo you want to flash it anyway?\n\nVol +/- to Cancel\n");
|
||||
u8 btnres = gfx_makewaitmenu(
|
||||
"Power to Confirm",
|
||||
2
|
||||
|
@ -210,7 +210,7 @@ emmc_part_t *mmcFindPart(char *path, short mmcType){
|
|||
|
||||
//gfx_printf("Path: %s\nFilename: %s", path, filename);
|
||||
//btn_wait();
|
||||
gfx_errDisplay("mmcFindPart", ERR_NO_DESTENATION, 2);
|
||||
gfx_errDisplay("mmcFindPart", ERR_NO_DESTINATION, 2);
|
||||
free(path_local);
|
||||
return NULL;
|
||||
}
|
||||
|
@ -226,4 +226,4 @@ int mmcFlashFile(char *path, short mmcType){
|
|||
return res;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue