mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
AES: Properly handle missing seeds
This commit is contained in:
parent
e6c97edb1c
commit
bec63c43a1
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ bool NCCH::loadFromHeader(Crypto::AESEngine &aesEngine, IOFile& file, const FSIn
|
|||
std::memcpy(secondaryKeyY.data(), hash.data(), secondaryKeyY.size());
|
||||
} else {
|
||||
Helpers::warn("Couldn't find a seed value for this title. Make sure you have a seeddb.bin file alongside your aes_keys.txt");
|
||||
gotCryptoKeys = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue