mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
modern melonDSi
HARK HARK HARK
This commit is contained in:
@ -110,6 +110,7 @@ int VerifyDSFirmware()
|
|||||||
{
|
{
|
||||||
// 128KB firmware, not bootable
|
// 128KB firmware, not bootable
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
return Load_OK; // FIXME!!!!
|
||||||
return Load_FirmwareNotBootable;
|
return Load_FirmwareNotBootable;
|
||||||
}
|
}
|
||||||
else if (len != 0x40000 && len != 0x80000)
|
else if (len != 0x40000 && len != 0x80000)
|
||||||
|
Reference in New Issue
Block a user