mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
Loader: Remove Kernel Caps parsing TODO.
This commit is contained in:
parent
c9a40f358a
commit
5a7f9f10b1
@ -31,8 +31,10 @@ Result ProcessCreation::CreateProcess(Handle *out_process_h, u64 index, char *nc
|
|||||||
goto CREATE_PROCESS_END;
|
goto CREATE_PROCESS_END;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: Parse and verify ACI0 kernel caps vs ACID kernel caps. */
|
|
||||||
rc = NpdmUtils::ValidateCapabilities((u32 *)info.acid_kac, info.acid->kac_size/sizeof(u32), (u32 *)info.aci0_kac, info.aci0->kac_size/sizeof(u32));
|
rc = NpdmUtils::ValidateCapabilities((u32 *)info.acid_kac, info.acid->kac_size/sizeof(u32), (u32 *)info.aci0_kac, info.aci0->kac_size/sizeof(u32));
|
||||||
|
if (R_FAILED(rc)) {
|
||||||
|
goto CREATE_PROCESS_END;
|
||||||
|
}
|
||||||
|
|
||||||
/* TODO: Read in all NSO headers, see what NSOs are present. */
|
/* TODO: Read in all NSO headers, see what NSOs are present. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user