[ncatool] Update to work with namespace change.

This commit is contained in:
jakcron 2017-07-07 17:09:29 +10:00
parent 0c256db560
commit 6531b1083e

View file

@ -67,7 +67,7 @@ int main(int argc, char** argv)
// nca test // nca test
if (argc == 2) 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; nx::NcaHeader hdr;
hdr.importBinary(sector); hdr.importBinary(sector);