More cleanup

This commit is contained in:
Aurora
2016-04-19 17:17:39 +02:00
parent 67e229e5a9
commit 70e82e627b
2 changed files with 17 additions and 15 deletions

View File

@@ -181,7 +181,7 @@ void main(void)
}
}
loadFirm(firmType, !firmType && (nandType == 2 || updatedSys == !firmSource));
loadFirm(firmType, !firmType && updatedSys == !firmSource);
if(!firmType) patchNativeFirm(nandType, emuHeader, a9lhInstalled);
else patchTwlAgbFirm(firmType);