mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-17 08:34:23 -04:00
pm: hook up the new libnx apis
This commit is contained in:
parent
51c145f6c9
commit
247852db3a
4 changed files with 11 additions and 16 deletions
|
@ -26,9 +26,7 @@ namespace ams::pm::dmnt {
|
|||
}
|
||||
|
||||
Result GetProgramId(ncm::ProgramId *out_program_id, os::ProcessId process_id) {
|
||||
/* TODO: return return pmdmntGetProgramId(reinterpret_cast<u64 *>(out_program_id), static_cast<u64>(process_id)); */
|
||||
AMS_UNUSED(out_program_id, process_id);
|
||||
AMS_ABORT("TODO");
|
||||
return pmdmntGetProgramId(reinterpret_cast<u64 *>(out_program_id), static_cast<u64>(process_id));
|
||||
}
|
||||
|
||||
Result GetProcessId(os::ProcessId *out_process_id, const ncm::ProgramId program_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue