mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 15:14:23 -04:00
kern: SvcGetProcessInfo, SvcTerminateProcess
This commit is contained in:
parent
632a75eee7
commit
afe7e41de8
3 changed files with 71 additions and 4 deletions
|
@ -155,6 +155,8 @@ namespace ams::kern {
|
|||
return this->is_suspended;
|
||||
}
|
||||
|
||||
Result Terminate();
|
||||
|
||||
constexpr bool IsTerminated() const {
|
||||
return this->state == State_Terminated;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue