Add dev unit check

This commit is contained in:
Aurora 2016-11-05 17:46:47 +01:00
parent 896a088199
commit f7e570383a
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ u32 loadFirm(FirmwareType *firmType, FirmwareSource nandType, bool loadFromStora
bool mustLoadFromStorage = false;
if(!ISN3DS && *firmType == NATIVE_FIRM)
if(!ISN3DS && *firmType == NATIVE_FIRM && !ISDEVUNIT)
{
if(firmVersion < 0x18)
{