pm: hook up the new libnx apis

This commit is contained in:
Michael Scire
2022-03-22 10:21:47 -07:00
parent 0a81889967
commit f804793fdf
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();
}