mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 14:35:17 -04:00
PM: Fix remaining issues, now works properly again.
This commit is contained in:
parent
4d36697080
commit
f41b780c0a
8 changed files with 78 additions and 94 deletions
|
@ -5,9 +5,9 @@
|
|||
|
||||
void ProcessTracking::MainLoop(void *arg) {
|
||||
/* Make a new waitable manager. */
|
||||
WaitableManager *process_waiter = new WaitableManager(U64_MAX);
|
||||
MultiThreadedWaitableManager *process_waiter = new MultiThreadedWaitableManager(1, U64_MAX);
|
||||
process_waiter->add_waitable(Registration::GetProcessLaunchStartEvent());
|
||||
process_waiter->add_waitable(Registration::GetProcessList());
|
||||
Registration::SetProcessListManager(process_waiter);
|
||||
|
||||
/* Service processes. */
|
||||
process_waiter->process();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue