Various bugfixes

This commit is contained in:
CTCaer
2019-08-28 01:08:57 +03:00
parent e07dde1c58
commit 3472e7e7fb
19 changed files with 60 additions and 63 deletions

View File

@@ -300,7 +300,6 @@ int launch_payload(char *path, bool update)
}
f_close(&fp);
free(path);
if (update && is_ipl_updated(buf))
return 1;
@@ -685,7 +684,7 @@ void nyx_load_run()
{
sd_mount();
u8 *nyx = sd_file_read("bootloader/sys/nyx.bin", false);
u8 *nyx = sd_file_read("bootloader/sys/nyx.bin", NULL);
if (!nyx)
return;