mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 20:17:57 -05:00
core: crypto: key_manager: Add methods to reload & validate keys.
This commit is contained in:
@ -267,6 +267,9 @@ public:
|
||||
bool AddTicketCommon(Ticket raw);
|
||||
bool AddTicketPersonalized(Ticket raw);
|
||||
|
||||
void ReloadKeys();
|
||||
bool IsKeysLoaded() const;
|
||||
|
||||
private:
|
||||
KeyManager();
|
||||
|
||||
|
Reference in New Issue
Block a user