mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 20:06:17 +00:00
Don't coalesce dmem pages (#3059)
Looks like this change is what broke P.T. I'll need to look closer at this when I have a chance, clearly we're doing something wrong here.
This commit is contained in:
parent
5edd9ff54b
commit
2857ef34f0
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ PAddr MemoryManager::Allocate(PAddr search_start, PAddr search_end, size_t size,
|
|||
auto& area = CarveDmemArea(mapping_start, size)->second;
|
||||
area.memory_type = memory_type;
|
||||
area.is_free = false;
|
||||
MergeAdjacent(dmem_map, dmem_area);
|
||||
return mapping_start;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue