mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 00:38:49 +00:00
core/ncch: Add back secondary key derivation from Citra
Along with RomFS CTR, etc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user