early-access version 3928

This commit is contained in:
pineappleEA
2023-10-12 23:03:15 +02:00
parent 7fe7262395
commit 4cbf93ea33
3 changed files with 8 additions and 3 deletions

View File

@@ -3405,6 +3405,11 @@ Result KPageTable::LockMemoryAndOpen(KPageGroup* out_pg, KPhysicalAddress* out_K
new_attr, KMemoryBlockDisableMergeAttribute::Locked,
KMemoryBlockDisableMergeAttribute::None);
// If we have an output page group, open.
if (out_pg) {
out_pg->Open();
}
R_SUCCEED();
}