summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Volume.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2019-03-21 23:04:44 +0100
committerJosJuice <josjuice@gmail.com>2019-03-30 12:45:28 +0100
commitc028a84531ce08bb1f24f88ebdcc8885561a89e1 (patch)
tree0610e50c24eb24f7189557ef68266d2031ac30c4 /Source/Core/DiscIO/Volume.cpp
parentabb3c5bccd0a678fb5c70417064854b006ed110c (diff)
Volume: Add a GetCertificateChain function
Diffstat (limited to 'Source/Core/DiscIO/Volume.cpp')
-rw-r--r--Source/Core/DiscIO/Volume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Volume.cpp b/Source/Core/DiscIO/Volume.cpp
index e95a2b746f..8aba2c981b 100644
--- a/Source/Core/DiscIO/Volume.cpp
+++ b/Source/Core/DiscIO/Volume.cpp
@@ -25,6 +25,7 @@ namespace DiscIO
{
const IOS::ES::TicketReader Volume::INVALID_TICKET{};
const IOS::ES::TMDReader Volume::INVALID_TMD{};
+const std::vector<u8> Volume::INVALID_CERT_CHAIN{};
std::map<Language, std::string> Volume::ReadWiiNames(const std::vector<char16_t>& data)
{