[SDMH] Fix function not returning a value

This commit is contained in:
wheremyfoodat
2023-08-20 03:45:24 +03:00
parent 434827e11e
commit 3292b051be

View File

@@ -286,6 +286,7 @@ bool NCCH::parseSMDH(const std::vector<u8>& smdh) {
} else if (taiwan) {
region = Regions::Taiwan;
}
return true;
}
std::pair<bool, Crypto::AESKey> NCCH::getPrimaryKey(Crypto::AESEngine &aesEngine, const Crypto::AESKey &keyY) {