loader: Ignore patches on NRO and DRD

This commit is contained in:
Zach Hilman 2018-08-25 19:05:04 -04:00
parent 97bf83bc56
commit 08fcb4694f
4 changed files with 11 additions and 0 deletions

View file

@ -232,4 +232,9 @@ ResultStatus AppLoader_NRO::ReadTitle(std::string& title) {
title = nacp->GetApplicationName();
return ResultStatus::Success;
}
bool AppLoader_NRO::IsRomFSUpdatable() {
return false;
}
} // namespace Loader