mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
pm: Use result definitions instead of magic numbers
This commit is contained in:
parent
db19fa0f7f
commit
696f66f620
6 changed files with 18 additions and 18 deletions
|
@ -26,5 +26,5 @@ Result InformationService::GetTitleId(Out<u64> tid, u64 pid) {
|
|||
tid.SetValue(proc->tid_sid.title_id);
|
||||
return 0;
|
||||
}
|
||||
return 0x20F;
|
||||
return ResultPmProcessNotFound;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue