pgl: begin skeletoning shell service, implement two commands.

This commit is contained in:
Michael Scire
2020-04-16 02:33:36 -07:00
parent b1aee64b81
commit 6ce038acad
11 changed files with 390 additions and 21 deletions

View File

@@ -24,4 +24,8 @@ namespace ams::pm::shell {
return pmshellLaunchProgram(launch_flags, reinterpret_cast<const NcmProgramLocation *>(&loc), reinterpret_cast<u64 *>(out_process_id));
}
Result TerminateProcess(os::ProcessId process_id) {
return ::pmshellTerminateProcess(static_cast<u64>(process_id));
}
}