mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-06 04:04:49 +12:00
Fix AES-CTR decryption for non-NCCHKey0 games
This commit is contained in:
parent
a1ff34d417
commit
096d0a89ee
2 changed files with 18 additions and 6 deletions
include/loader
|
@ -60,6 +60,8 @@ struct NCCH {
|
|||
CodeSetInfo text, data, rodata;
|
||||
FSInfo partitionInfo;
|
||||
|
||||
std::optional<Crypto::AESKey> primaryKey, secondaryKey;
|
||||
|
||||
// Contents of the .code file in the ExeFS
|
||||
std::vector<u8> codeFile;
|
||||
// Contains of the cart's save data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue