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

@@ -37,4 +37,8 @@ namespace ams::pm::shell {
return ::pmshellBoostSystemMemoryResourceLimit(size);
}
Result EnableApplicationExtraThread() {
return ::pmshellEnableApplicationExtraThread();
}
}