service: pm: Implement AtmosphereGetProcessInfo
This commit is contained in:
parent
fc8aef7323
commit
16bf50e610
2 changed files with 46 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue