mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 05:27:57 -05:00
frontend_common: Remove key rederivation and keep key check
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user