mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 11:27:57 -05:00
Fix merge conflicts with opus and update docs
This commit is contained in:
@ -49,6 +49,8 @@ ResultStatus AppLoader_XCI::Load(Kernel::SharedPtr<Kernel::Process>& process) {
|
||||
}
|
||||
|
||||
if (xci->GetNCAFileByType(FileSys::NCAContentType::Program) == nullptr) {
|
||||
if (!Core::Crypto::KeyManager::KeyFileExists(false))
|
||||
return ResultStatus::ErrorMissingKeys;
|
||||
return ResultStatus::ErrorDecrypting;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user