mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 10:45:28 +00:00
[ncatool] Update to work with namespace change.
This commit is contained in:
parent
0c256db560
commit
6531b1083e
|
@ -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