mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 22:42:33 -07:00
service: pm: Implement AtmosphereGetProcessInfo
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user