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

@@ -189,4 +189,8 @@ ResultStatus AppLoader_DeconstructedRomDirectory::ReadTitle(std::string& title)
return ResultStatus::Success;
}
bool AppLoader_DeconstructedRomDirectory::IsRomFSUpdatable() {
return false;
}
} // namespace Loader