mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-26 08:28:41 +00:00
Removing Warning
This commit is contained in:
committed by
Levi Akatsuki
parent
5e9a855f1e
commit
e9eb3f3799
@@ -102,10 +102,6 @@ AppLoader_NSP::LoadResult AppLoader_NSP::Load(Kernel::KProcess& process, Core::S
|
||||
return {ResultStatus::ErrorMissingProductionKeyFile, {}};
|
||||
}
|
||||
|
||||
if (!Core::Crypto::KeyManager::KeyFileExists(true)) {
|
||||
return {ResultStatus::ErrorMissingProductionKeyFile, {}};
|
||||
}
|
||||
|
||||
return {ResultStatus::ErrorNSPMissingProgramNCA, {}};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user