Ensure SD mounted before reboot to hekate

This commit is contained in:
shchmue 2021-09-16 09:20:59 -06:00
parent 4e5c9f1e85
commit 69f8c8f339
2 changed files with 2 additions and 1 deletions

View file

@ -284,6 +284,7 @@ out:
void launch_hekate()
{
sd_mount();
if (!f_stat("bootloader/update.bin", NULL))
launch_payload("bootloader/update.bin", false);
}