mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Volume: Add a GetCertificateChain function
This commit is contained in:
parent
abb3c5bccd
commit
c028a84531
6 changed files with 46 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue