service: pm: Implement AtmosphereGetProcessInfo

This commit is contained in:
tech-ticks 2022-02-03 20:36:13 +01:00
parent fc8aef7323
commit 16bf50e610
2 changed files with 46 additions and 1 deletions

View file

@ -396,7 +396,7 @@ static ResultCode GetProcessId(Core::System& system, u64* out_process_id, Handle
// Get the process id.
*out_process_id = process->GetId();
return ResultInvalidHandle;
return ResultSuccess;
}
static ResultCode GetProcessId32(Core::System& system, u32* out_process_id_low,