[NCCH] You guessed it, more parsing

This commit is contained in:
wheremyfoodat 2022-10-02 03:54:15 +03:00
parent 71cc187f93
commit cd1037857a
2 changed files with 20 additions and 11 deletions

View file

@ -15,7 +15,7 @@ struct NCCH {
bool isNew3DS = false;
bool initialized = false;
bool compressExeFS = false;
bool compressCode = false; // Shows whether the .code file in the ExeFS is compressed
bool mountRomFS = false;
bool encrypted = false;
bool fixedCryptoKey = false;