diff --git a/stratosphere/pm/source/impl/pm_process_manager.cpp b/stratosphere/pm/source/impl/pm_process_manager.cpp index 1a7373a55..1958c8946 100644 --- a/stratosphere/pm/source/impl/pm_process_manager.cpp +++ b/stratosphere/pm/source/impl/pm_process_manager.cpp @@ -450,7 +450,8 @@ namespace sts::pm::impl { } Result GetProcessEventHandle(Handle *out) { - return g_process_event->GetHandle(); + *out = g_process_event->GetHandle(); + return ResultSuccess; } Result GetProcessEventInfo(ProcessEventInfo *out) {