mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-07 09:31:31 -06:00
need sleep
This commit is contained in:
parent
e14ae0c3d9
commit
2ca77d0895
@ -1394,8 +1394,7 @@ bool MemoryManager::IsFlexibleCommittedVma(const VirtualMemoryArea& vma) const {
|
||||
const bool has_physical_tracking =
|
||||
vma.type == VMAType::Direct || vma.type == VMAType::Flexible || vma.type == VMAType::Pooled;
|
||||
if (has_physical_tracking) {
|
||||
// Direct/flexible/pooled mappings should expose at least one physical sub-area when
|
||||
// committed.
|
||||
// Direct/flexible/pooled mappings should expose at least one physical sub-area when committed.
|
||||
return !vma.phys_areas.empty();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user