pgl: Implement pgl::srv::Initialize

This commit is contained in:
Michael Scire
2020-04-16 03:56:28 -07:00
parent 25c392676b
commit c2bf630c40
7 changed files with 73 additions and 3 deletions

View File

@@ -27,5 +27,6 @@ namespace ams::pm::shell {
Result TerminateProcess(os::ProcessId process_id);
Result GetApplicationProcessIdForShell(os::ProcessId *out);
Result BoostSystemMemoryResourceLimit(u64 size);
Result EnableApplicationExtraThread();
}