summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/NANDContentLoader.cpp
diff options
context:
space:
mode:
authorshuffle2 <godisgovernment@gmail.com>2017-06-27 01:02:42 -0700
committerGitHub <noreply@github.com>2017-06-27 01:02:42 -0700
commit0f3ee2f209be901a0b3de2d01d6eb3a47f4af888 (patch)
treed623955f89db5fe078fdf9c5acd21e85347118cc /Source/Core/DiscIO/NANDContentLoader.cpp
parent3094b1bd4fa2a9827d8f51884be1415c048974fd (diff)
parent9f08534a47b7da028ff3c027b935b073a94fcbbd (diff)
Merge pull request #5700 from leoetlino/title-key
ESFormats: Minor changes
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/NANDContentLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp
index fe5d77d15e..0178c3c14e 100644
--- a/Source/Core/DiscIO/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/NANDContentLoader.cpp
@@ -186,7 +186,7 @@ void NANDContentLoader::InitializeContentEntries(const std::vector<u8>& data_app
m_Content.resize(contents.size());
u32 data_app_offset = 0;
- const std::vector<u8> title_key = m_ticket.GetTitleKey();
+ const std::array<u8, 16> title_key = m_ticket.GetTitleKey();
IOS::ES::SharedContentMap shared_content{m_root};
for (size_t i = 0; i < contents.size(); ++i)