mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -04:00
erpt: skeleton sprofile apis
This commit is contained in:
parent
568a3b62eb
commit
bd240b23d8
19 changed files with 492 additions and 1 deletions
|
@ -201,6 +201,12 @@ int main(int argc, char **argv)
|
|||
/* Start the erpt server. */
|
||||
R_ABORT_UNLESS(erpt::srv::InitializeAndStartService());
|
||||
|
||||
/* Initialize the sprofile server. */
|
||||
sprofile::srv::Initialize();
|
||||
|
||||
/* Start the sprofile ipc server. */
|
||||
sprofile::srv::StartIpcServer();
|
||||
|
||||
/* Wait forever. */
|
||||
erpt::srv::Wait();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue