mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
vm: fix initial process memory name
This commit is contained in:
parent
b17bf677e5
commit
df3a2d36d2
4 changed files with 18 additions and 13 deletions
|
|
@ -1032,8 +1032,8 @@ int main(int argc, const char *argv[]) {
|
|||
auto memory = amdgpu::RemoteMemory{process.vmId};
|
||||
rx::mem::protect(memory.getPointer(cmd.memoryProt.address),
|
||||
cmd.memoryProt.size, cmd.memoryProt.prot >> 4);
|
||||
device.handleProtectMemory(memory, cmd.mapMemory.address,
|
||||
cmd.mapMemory.size, cmd.mapMemory.prot);
|
||||
device.handleProtectMemory(memory, cmd.memoryProt.address,
|
||||
cmd.memoryProt.size, cmd.memoryProt.prot);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue