[SDMH] Fix function not returning a value
This commit is contained in:
@@ -286,6 +286,7 @@ bool NCCH::parseSMDH(const std::vector<u8>& smdh) {
|
|||||||
} else if (taiwan) {
|
} else if (taiwan) {
|
||||||
region = Regions::Taiwan;
|
region = Regions::Taiwan;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::pair<bool, Crypto::AESKey> NCCH::getPrimaryKey(Crypto::AESEngine &aesEngine, const Crypto::AESKey &keyY) {
|
std::pair<bool, Crypto::AESKey> NCCH::getPrimaryKey(Crypto::AESEngine &aesEngine, const Crypto::AESKey &keyY) {
|
||||||
|
|||||||
Reference in New Issue
Block a user