mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Fixup sys_vm_memory_map
This commit is contained in:
parent
aa4040bb7b
commit
a3daa99a33
|
|
@ -28,6 +28,7 @@ error_code sys_vm_memory_map(u32 vsize, u32 psize, u32 cid, u64 flag, u64 policy
|
|||
|
||||
// Write a pointer for the allocated memory
|
||||
*addr = area->addr;
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
return CELL_ENOMEM;
|
||||
|
|
|
|||
Loading…
Reference in a new issue