core/ncch: Add back secondary key derivation from Citra

Along with RomFS CTR, etc.
This commit is contained in:
zhupengfei
2020-04-30 20:03:54 +08:00
parent f0de8da515
commit b5b2fa32cb
4 changed files with 101 additions and 7 deletions
+7
View File
@@ -51,4 +51,11 @@ private:
std::vector<Seed> seeds;
};
namespace Seeds {
void Init(bool force = false);
std::optional<Seed::Data> GetSeed(u64 title_id);
} // namespace Seeds
} // namespace Core