pgl/pm: add GetProcessId command

This commit is contained in:
Michael Scire
2025-11-13 12:34:28 -07:00
committed by SciresM
parent 0fb9481e59
commit 4b32a2b964
8 changed files with 31 additions and 2 deletions

View File

@@ -31,5 +31,6 @@ namespace ams::pm::shell {
Result BoostSystemMemoryResourceLimit(u64 size);
Result BoostApplicationThreadResourceLimit();
Result BoostSystemThreadResourceLimit();
Result GetProcessId(os::ProcessId *out_process_id, const ncm::ProgramId program_id);
}