mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
ro: implement UnloadNrr, half of LoadNrr/LoadNrrEx
This commit is contained in:
parent
d69fc060f4
commit
cb88fdfd62
7 changed files with 191 additions and 31 deletions
|
@ -180,7 +180,7 @@ int main(int argc, char **argv)
|
|||
server_manager->AddWaitable(new ServiceServer<ShellService>("pm:shell", 3));
|
||||
server_manager->AddWaitable(new ServiceServer<DebugMonitorService>("pm:dmnt", 2));
|
||||
server_manager->AddWaitable(new ServiceServer<BootModeService>("pm:bm", 6));
|
||||
server_manager->AddWaitable(new ServiceServer<InformationService>("pm:info", 1));
|
||||
server_manager->AddWaitable(new ServiceServer<InformationService>("pm:info", 2));
|
||||
|
||||
/* Loop forever, servicing our services. */
|
||||
server_manager->Process();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue