diff options
Diffstat (limited to 'src/core/loader/loader.cpp')
| -rw-r--r-- | src/core/loader/loader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/loader/loader.cpp b/src/core/loader/loader.cpp index 729b1ca08..fa43a2650 100644 --- a/src/core/loader/loader.cpp +++ b/src/core/loader/loader.cpp | |||
| @@ -93,7 +93,7 @@ std::string GetFileTypeString(FileType type) { | |||
| 93 | return "unknown"; | 93 | return "unknown"; |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | constexpr std::array<const char*, 57> RESULT_MESSAGES{ | 96 | constexpr std::array<const char*, 58> RESULT_MESSAGES{ |
| 97 | "The operation completed successfully.", | 97 | "The operation completed successfully.", |
| 98 | "The loader requested to load is already loaded.", | 98 | "The loader requested to load is already loaded.", |
| 99 | "The operation is not implemented.", | 99 | "The operation is not implemented.", |
| @@ -143,7 +143,7 @@ constexpr std::array<const char*, 57> RESULT_MESSAGES{ | |||
| 143 | "The AES Key Generation Source could not be found.", | 143 | "The AES Key Generation Source could not be found.", |
| 144 | "The SD Save Key Source could not be found.", | 144 | "The SD Save Key Source could not be found.", |
| 145 | "The SD NCA Key Source could not be found.", | 145 | "The SD NCA Key Source could not be found.", |
| 146 | "The NSP file is missing a Program-type NCA."}; | 146 | "The NSP file is missing a Program-type NCA.", |
| 147 | "The BKTR-type NCA has a bad BKTR header.", | 147 | "The BKTR-type NCA has a bad BKTR header.", |
| 148 | "The BKTR Subsection entry is not located immediately after the Relocation entry.", | 148 | "The BKTR Subsection entry is not located immediately after the Relocation entry.", |
| 149 | "The BKTR Subsection entry is not at the end of the media block.", | 149 | "The BKTR Subsection entry is not at the end of the media block.", |