Fix typo
This commit is contained in:
@@ -112,7 +112,7 @@ bool NCCH::loadFromHeader(Crypto::AESEngine &aesEngine, IOFile& file, const FSIn
|
|||||||
// It seems like some decryption tools will decrypt the file, without actually setting the NoCrypto flag in the NCCH header
|
// It seems like some decryption tools will decrypt the file, without actually setting the NoCrypto flag in the NCCH header
|
||||||
// This is a nice and easy hack to see if a file is pretending to be encrypted, taken from 3DMoo and Citra
|
// This is a nice and easy hack to see if a file is pretending to be encrypted, taken from 3DMoo and Citra
|
||||||
if (u32(programID) == u32(jumpID) && encrypted) {
|
if (u32(programID) == u32(jumpID) && encrypted) {
|
||||||
printf("NCSD is supposedly ecrypted but not actually encrypted\n");
|
printf("NCSD is supposedly encrypted but not actually encrypted\n");
|
||||||
encrypted = false;
|
encrypted = false;
|
||||||
|
|
||||||
// Cartridge is not actually encrypted, set all of our encryption info structures to nullopt
|
// Cartridge is not actually encrypted, set all of our encryption info structures to nullopt
|
||||||
|
|||||||
Reference in New Issue
Block a user