Some fixes

This commit is contained in:
CTCaer
2020-06-14 12:50:54 +03:00
parent 31f90a0a47
commit 87ce09f4b1
3 changed files with 5 additions and 7 deletions

View File

@@ -378,7 +378,7 @@ static void _migrate_sd_raw_based()
f_close(&fp);
save_emummc_cfg(1, mbr_ctx.sector_start, "emuMMC/ER00");
sd_unmount(false);
sd_unmount();
}
static void _migrate_sd_raw_emummc_based()