remove oc_test

This commit is contained in:
Lightos1
2026-04-29 18:55:14 +02:00
parent de89768c74
commit 693954930a
6 changed files with 4 additions and 367 deletions

View File

@@ -169,7 +169,6 @@ namespace ams::ldr::hoc::pcv {
}
void Patch(uintptr_t mapped_nso, size_t nso_size) {
#ifdef ATMOSPHERE_IS_STRATOSPHERE
SafetyCheck();
bool isMariko = (spl::GetSocType() == spl::SocType_Mariko);
@@ -178,8 +177,6 @@ namespace ams::ldr::hoc::pcv {
} else {
erista::Patch(mapped_nso, nso_size);
}
#endif
}
}