mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 19:47:45 +00:00
frontend_common: Remove key rederivation and keep key check
This commit is contained in:
parent
8d097fa354
commit
55f1d7beeb
4 changed files with 13 additions and 121 deletions
|
@ -368,4 +368,11 @@ inline GameVerificationResult VerifyGameContents(
|
|||
return GameVerificationResult::Success;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if the keys required for decrypting firmware and games are available
|
||||
*/
|
||||
inline bool AreKeysPresent() {
|
||||
return !Core::Crypto::KeyManager::Instance().BaseDeriveNecessary();
|
||||
}
|
||||
|
||||
} // namespace ContentManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue