mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-06 09:32:17 +02:00
fix dumb mistake
This commit is contained in:
parent
798ff5ccdb
commit
720b3e7c64
@ -450,7 +450,8 @@ namespace sts::pm::impl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Result GetProcessEventHandle(Handle *out) {
|
Result GetProcessEventHandle(Handle *out) {
|
||||||
return g_process_event->GetHandle();
|
*out = g_process_event->GetHandle();
|
||||||
|
return ResultSuccess;
|
||||||
}
|
}
|
||||||
|
|
||||||
Result GetProcessEventInfo(ProcessEventInfo *out) {
|
Result GetProcessEventInfo(ProcessEventInfo *out) {
|
||||||
|
Loading…
Reference in New Issue
Block a user