mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 19:08:00 -05:00
key_manager: Add support for loading keys from partition data
This commit is contained in:
@ -158,6 +158,8 @@ public:
|
||||
void DeriveBase();
|
||||
void DeriveETicket(PartitionDataManager data);
|
||||
|
||||
void PopulateFromPartitionData(PartitionDataManager data);
|
||||
|
||||
private:
|
||||
std::map<KeyIndex<S128KeyType>, Key128> s128_keys;
|
||||
std::map<KeyIndex<S256KeyType>, Key256> s256_keys;
|
||||
|
Reference in New Issue
Block a user