mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[ncatool] Update to work with namespace change.
This commit is contained in:
parent
0c256db560
commit
6531b1083e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ int main(int argc, char** argv)
|
|||
// nca test
|
||||
if (argc == 2)
|
||||
{
|
||||
decryptNcaSectorXts(nca, sector, 1, nx::crypto::aes::nca_header_key[0], nx::crypto::aes::nca_header_key[1]);
|
||||
decryptNcaSectorXts(nca, sector, 1, crypto::aes::nx::nca_header_key[0], crypto::aes::nx::nca_header_key[1]);
|
||||
|
||||
nx::NcaHeader hdr;
|
||||
hdr.importBinary(sector);
|
||||
|
|
Loading…
Reference in a new issue