svc: Implement svcUnmapMemory.

This commit is contained in:
bunnei 2017-12-31 15:22:49 -05:00
parent a3228d9b77
commit 3a91a62b8f
3 changed files with 15 additions and 1 deletions

View file

@ -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;