mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
svc: Fix svcGetInfo MapRegionBaseAddr.
This commit is contained in:
parent
c268244812
commit
94483465ad
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