kern: SvcGetProcessInfo, SvcTerminateProcess

This commit is contained in:
Michael Scire 2020-07-22 11:15:45 -07:00 committed by SciresM
parent 632a75eee7
commit afe7e41de8
3 changed files with 71 additions and 4 deletions

View file

@ -155,6 +155,8 @@ namespace ams::kern {
return this->is_suspended;
}
Result Terminate();
constexpr bool IsTerminated() const {
return this->state == State_Terminated;
}