mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Misc changes to ticket, cert and CIA
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "core/extdata.h"
|
||||
#include "core/importer.h"
|
||||
#include "core/key/key.h"
|
||||
#include "core/ncch/certificate.h"
|
||||
#include "core/ncch/cia_builder.h"
|
||||
#include "core/ncch/ncch_container.h"
|
||||
#include "core/ncch/seed_db.h"
|
||||
@@ -54,6 +55,9 @@ bool SDMCImporter::Init() {
|
||||
if (!config.seed_db_path.empty()) {
|
||||
Seeds::Load(config.seed_db_path);
|
||||
}
|
||||
if (!config.certs_db_path.empty()) {
|
||||
Certs::Load(config.certs_db_path);
|
||||
}
|
||||
|
||||
decryptor = std::make_unique<SDMCDecryptor>(config.sdmc_path);
|
||||
cia_builder = std::make_unique<CIABuilder>();
|
||||
|
||||
Reference in New Issue
Block a user