mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 22:27:56 -05:00
svc: Fix svcGetInfo MapRegionBaseAddr.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user