mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
service: pm: Implement AtmosphereGetProcessInfo
This commit is contained in:
parent
470b977171
commit
be026c6b6d
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