mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 04:22:15 +00:00
NANDImporter: Improve certificate extraction
This commit is contained in:
parent
f06e233d49
commit
5399311a13
2 changed files with 60 additions and 25 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
~NANDImporter();
|
||||
|
||||
void ImportNANDBin(const std::string& path_to_bin, std::function<void()> update_callback);
|
||||
void ExtractCertificates(const std::string& nand_root);
|
||||
bool ExtractCertificates(const std::string& nand_root);
|
||||
|
||||
private:
|
||||
#pragma pack(push, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue