pgl/pm: add GetProcessId command

This commit is contained in:
Michael Scire
2025-11-13 12:34:28 -07:00
committed by NaGa
parent 9be23a366e
commit 0b2a14ae99
8 changed files with 31 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ namespace ams::pm {
Result BoostApplicationThreadResourceLimit();
void GetBootFinishedEventHandle(sf::OutCopyHandle out);
Result BoostSystemThreadResourceLimit();
Result GetProcessId(sf::Out<os::ProcessId> out, ncm::ProgramId program_id);
};
static_assert(pm::impl::IsIShellInterface<ShellService>);