summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.cpp
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-09-04 17:01:40 -0400
committerGravatar Zach Hilman2018-09-04 17:01:54 -0400
commitc913136eb215699f9c8d51a8fd56490b9df7657f (patch)
tree4564a416d8f200b69559164e2a50bdc690d49dbd /src/core/loader/loader.cpp
parentdrd: Parse title ID from program metadata (diff)
downloadyuzu-c913136eb215699f9c8d51a8fd56490b9df7657f.tar.gz
yuzu-c913136eb215699f9c8d51a8fd56490b9df7657f.tar.xz
yuzu-c913136eb215699f9c8d51a8fd56490b9df7657f.zip
bktr: Fix bucket overlap error
Diffstat (limited to 'src/core/loader/loader.cpp')
-rw-r--r--src/core/loader/loader.cpp4
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
96constexpr std::array<const char*, 57> RESULT_MESSAGES{ 96constexpr 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.",