mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
modern melonDSi
HARK HARK HARK
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user