exo2: implement SmcGetEmummcConfig

This commit is contained in:
Michael Scire
2020-05-20 04:42:42 -07:00
committed by SciresM
parent 36754e2c38
commit 985e97cf78
3 changed files with 57 additions and 6 deletions

View File

@@ -209,7 +209,7 @@ namespace ams::secmon {
/* Hold the lock. */
lock_guard.Cancel();
return true;
return MemoryRegionVirtualAtmosphereIramPage.GetAddress();
}
void UnmapAtmosphereIramPage() {
@@ -260,7 +260,7 @@ namespace ams::secmon {
/* Hold the lock. */
lock_guard.Cancel();
return true;
return MemoryRegionVirtualAtmosphereUserPage.GetAddress();
}
void UnmapAtmosphereUserPage() {