modern melonDSi

HARK HARK HARK
This commit is contained in:
Arisotura 2020-05-30 03:26:06 +02:00
parent b62d90cbe4
commit 8a15adb38b
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ int VerifyDSFirmware()
{
// 128KB firmware, not bootable
fclose(f);
return Load_OK; // FIXME!!!!
return Load_FirmwareNotBootable;
}
else if (len != 0x40000 && len != 0x80000)