pm: hook up the new libnx apis

This commit is contained in:
Michael Scire 2022-03-22 10:21:47 -07:00 committed by SciresM
parent 51c145f6c9
commit 247852db3a
4 changed files with 11 additions and 16 deletions

View file

@ -29,7 +29,7 @@ namespace ams::pm::shell {
Result GetProcessEventInfo(ProcessEventInfo *out);
Result GetApplicationProcessIdForShell(os::ProcessId *out);
Result BoostSystemMemoryResourceLimit(u64 size);
Result EnableApplicationExtraThread();
Result EnableSystemExtraThread();
Result BoostApplicationThreadResourceLimit();
Result BoostSystemThreadResourceLimit();
}