This commit is contained in:
KazushiM
2021-10-26 18:37:24 +08:00
parent 4861bd0d96
commit e21d7ca6f5
5 changed files with 3 additions and 6 deletions

View File

@@ -121,9 +121,6 @@ namespace ams::ldr {
ApplyPcvPatch(reinterpret_cast<u8 *>(mapped_nso), mapped_size, i);
return; // Return here since pcv module loads before sd card can be mounted
}
else if(memcmp(AmModuleId[i], module_id_data, sizeof(AmModuleId[i])) == 0) {
ApplyCopyrightPatch(reinterpret_cast<u8 *>(mapped_nso), mapped_size, i);
}
}
if (!EnsureSdCardMounted()) {