1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 13:33:25 +01:00

destenation

This commit is contained in:
bleck9999 2020-04-28 19:36:31 +01:00 committed by GitHub
parent adc9d2e5bf
commit 0c039e03c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}