mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
pm: Use non-system event for process tracking.
This commit is contained in:
parent
6538554485
commit
3b8bb325e8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void Registration::InitializeSystemResources() {
|
|||
g_debug_application_event = CreateWriteOnlySystemEvent();
|
||||
|
||||
/* Auto-clear non-system event. */
|
||||
g_process_launch_start_event = CreateSystemEvent(&Registration::ProcessLaunchStartCallback);
|
||||
g_process_launch_start_event = CreateHosEvent(&Registration::ProcessLaunchStartCallback);
|
||||
|
||||
ResourceLimitUtils::InitializeLimits();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue