diff --git a/ctrtool/src/KeyBag.cpp b/ctrtool/src/KeyBag.cpp index 26ff7ac..10275a4 100644 --- a/ctrtool/src/KeyBag.cpp +++ b/ctrtool/src/KeyBag.cpp @@ -921,7 +921,7 @@ void ctrtool::KeyBagInitializer::importSeedDb(const std::shared_ptr(entry[i].title_id.unwrap(), entry[i].seed)); + seed_db.insert(std::pair(entry[i].title_id.unwrap(), entry[i].seed)); } }