libtransistor
A userland library for the Nintendo Switch
|
Process management. More...
#include <libtransistor/types.h>
Go to the source code of this file.
Functions | |
result_t | pm_init () |
Initialize Process Manager. | |
result_t | pm_terminate_process_by_title_id (uint64_t title_id) |
Terminate a process by title ID. | |
void | pm_finalize () |
Finalize Process Manager. | |
Process management.