1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 16:36:34 -05:00

Fix merge conflicts with opus and update docs

This commit is contained in:
Zach Hilman
2018-07-30 22:04:51 -04:00
parent 187d8e215f
commit 0497bb5528
5 changed files with 13 additions and 11 deletions

View File

@@ -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;
}