main: Fix update.bin creation on first boot

This commit is contained in:
CTCaer
2020-10-27 21:27:51 +02:00
parent 1f5b371608
commit 8f222fd0bd
2 changed files with 10 additions and 10 deletions

View File

@@ -299,7 +299,7 @@ void auto_launch_update()
else
{
u8 *buf = calloc(0x200, 1);
is_ipl_updated(buf, "bootloader/update.bin", false);
is_ipl_updated(buf, "bootloader/update.bin", true);
free(buf);
}
}