mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 16:12:40 +00:00
loader: Ignore patches on NRO and DRD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user