svc: Fix svcGetInfo MapRegionBaseAddr.
This commit is contained in:
parent
d80991977a
commit
e1ee8f4657
3 changed files with 9 additions and 1 deletions
|
@ -192,6 +192,9 @@ public:
|
|||
/// Gets the total address space address size, used by svcGetInfo
|
||||
u64 GetAddressSpaceSize();
|
||||
|
||||
/// Gets the map region base address, used by svcGetInfo
|
||||
VAddr GetMapRegionBaseAddr();
|
||||
|
||||
/// Gets the base address for a new memory region, used by svcGetInfo
|
||||
VAddr GetNewMapRegionBaseAddr();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue