mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
android: frontend: Integrate key installation for SAF.
This commit is contained in:
parent
a42184f92e
commit
af1855e0ad
20 changed files with 102 additions and 21 deletions
|
@ -706,7 +706,7 @@ void KeyManager::LoadFromFile(const std::filesystem::path& file_path, bool is_ti
|
|||
}
|
||||
}
|
||||
|
||||
bool KeyManager::IsKeysLoaded() const {
|
||||
bool KeyManager::AreKeysLoaded() const {
|
||||
return !s128_keys.empty() && !s256_keys.empty();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue