diff options
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index d132fb4e8..885fee84c 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h | |||
| @@ -94,6 +94,19 @@ enum class ResultStatus : u16 { | |||
| 94 | ErrorLoadingNRO, | 94 | ErrorLoadingNRO, |
| 95 | ErrorNoIcon, | 95 | ErrorNoIcon, |
| 96 | ErrorNoControl, | 96 | ErrorNoControl, |
| 97 | ErrorBadNAXHeader, | ||
| 98 | ErrorIncorrectNAXFileSize, | ||
| 99 | ErrorNAXKeyHMACFailed, | ||
| 100 | ErrorNAXValidationHMACFailed, | ||
| 101 | ErrorNAXKeyDerivationFailed, | ||
| 102 | ErrorNAXInconvertibleToNCA, | ||
| 103 | ErrorBadNAXFilePath, | ||
| 104 | ErrorMissingSDSeed, | ||
| 105 | ErrorMissingSDKEKSource, | ||
| 106 | ErrorMissingAESKEKGenerationSource, | ||
| 107 | ErrorMissingAESKeyGenerationSource, | ||
| 108 | ErrorMissingSDSaveKeySource, | ||
| 109 | ErrorMissingSDNCAKeySource, | ||
| 97 | }; | 110 | }; |
| 98 | 111 | ||
| 99 | std::ostream& operator<<(std::ostream& os, ResultStatus status); | 112 | std::ostream& operator<<(std::ostream& os, ResultStatus status); |