diff options
author | bunnei <bunneidev@gmail.com> | 2015-10-20 10:17:31 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-10-20 10:17:31 -0400 |
commit | c717d1551da213c9ad2a80dcf198ebe5a1345627 (patch) | |
tree | f89e6c7f0b19a370a69710c0e3327fb337f643cc /src/core/loader/loader.h | |
parent | 04325e5980a649bea58aad349fc04eaf403aba3a (diff) | |
parent | 721475420dd2863c2cb9142f1fc3f89e2a9d46d5 (diff) |
Merge pull request #1199 from Gareth422/encryption-check
Loader: Implement NCCH encryption check
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r-- | src/core/loader/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index 8de95dacf..a7f2715ba 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h @@ -71,6 +71,7 @@ enum class ResultStatus { ErrorNotUsed, ErrorAlreadyLoaded, ErrorMemoryAllocationFailed, + ErrorEncrypted, }; static inline u32 MakeMagic(char a, char b, char c, char d) { |