mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
hotfix: map rasterizer memory on pool commit
This commit is contained in:
@@ -245,6 +245,7 @@ int MemoryManager::PoolCommit(VAddr virtual_addr, size_t size, MemoryProt prot)
|
|||||||
new_vma.is_exec = false;
|
new_vma.is_exec = false;
|
||||||
new_vma.phys_base = 0;
|
new_vma.phys_base = 0;
|
||||||
|
|
||||||
|
rasterizer->MapMemory(mapped_addr, size);
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user