initial mrf implementation with some bugs to fix

This commit is contained in:
Lightos1
2026-04-16 20:51:26 +02:00
parent 923bd0c0ba
commit 51f935c252
11 changed files with 493 additions and 111 deletions

View File

@@ -178,7 +178,7 @@ namespace ams::ldr::hoc::pcv {
if (isMariko) {
mariko::Patch(mapped_nso, nso_size);
} else {
erista::Patch(mapped_nso, nso_size);
mariko::Patch(mapped_nso, nso_size);
}
#endif