mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
ProcessManager: Implement almost all of pm:shell
This commit is contained in:
parent
bceb00ad8d
commit
e596fd0de5
4 changed files with 197 additions and 42 deletions
|
@ -12,7 +12,7 @@ enum ShellCmd {
|
|||
Shell_Cmd_TerminateTitleId = 2,
|
||||
Shell_Cmd_GetProcessWaitEvent = 3,
|
||||
Shell_Cmd_GetProcessEventType = 4,
|
||||
Shell_Cmd_FinalizeDeadProcess = 5,
|
||||
Shell_Cmd_FinalizeExitedProcess = 5,
|
||||
Shell_Cmd_ClearProcessNotificationFlag = 6,
|
||||
Shell_Cmd_NotifyBootFinished = 7,
|
||||
Shell_Cmd_GetApplicationProcessId = 8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue