pkg2: Add HOS 12.0.3 support

In 12.0.3 only FS is the relevant change.

So add support for 12.0.3 emuMMC and NOGC
This commit is contained in:
CTCaer
2021-06-08 06:05:12 +03:00
parent 8eda2d805f
commit 4f8d29d0b7
2 changed files with 17 additions and 1 deletions

View File

@@ -609,7 +609,7 @@ try_load:
// Try backup bootloader.
if (bootloader_offset != BOOTLOADER_BACKUP_OFFSET)
{
EPRINTF("Trying backup bootloader...");
EPRINTF("\nTrying backup bootloader...");
bootloader_offset = BOOTLOADER_BACKUP_OFFSET;
goto try_load;
}