mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-08-28 17:41:01 +00:00
"Merge Tagged PR 11766"
This commit is contained in:
parent
519c12da15
commit
dc39a3c8f0
|
@ -3405,6 +3405,11 @@ Result KPageTable::LockMemoryAndOpen(KPageGroup* out_pg, KPhysicalAddress* out_K
|
||||||
new_attr, KMemoryBlockDisableMergeAttribute::Locked,
|
new_attr, KMemoryBlockDisableMergeAttribute::Locked,
|
||||||
KMemoryBlockDisableMergeAttribute::None);
|
KMemoryBlockDisableMergeAttribute::None);
|
||||||
|
|
||||||
|
// If we have an output page group, open.
|
||||||
|
if (out_pg) {
|
||||||
|
out_pg->Open();
|
||||||
|
}
|
||||||
|
|
||||||
R_SUCCEED();
|
R_SUCCEED();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue