mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
svc: Implement svcUnmapMemory.
This commit is contained in:
parent
f10d490c94
commit
3af6ad6bb9
3 changed files with 15 additions and 1 deletions
|
@ -179,6 +179,9 @@ public:
|
|||
|
||||
ResultCode MirrorMemory(VAddr dst_addr, VAddr src_addr, u64 size);
|
||||
|
||||
ResultCode UnmapMemory(VAddr dst_addr, VAddr src_addr, u64 size);
|
||||
|
||||
|
||||
private:
|
||||
Process();
|
||||
~Process() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue