Ryujinx/Ryujinx.HLE/HOS/Services/Pm
Isaac Marovitz 139a930407
Implement missing service calls in pm (#4210)
* Implement `GetTitleId`

Fixes #2516

* Null check + Proper result code

* Better comment

* Implement `GetApplicationProcessId`

* Add TODOs

* Update Ryujinx.HLE/HOS/Services/Pm/IInformationInterface.cs

Co-authored-by: Ac_K <Acoustik666@gmail.com>

* Update Ryujinx.HLE/HOS/Services/Pm/IDebugMonitorInterface.cs

Co-authored-by: Ac_K <Acoustik666@gmail.com>

* Remove new function from KernelStatic

Co-authored-by: Ac_K <Acoustik666@gmail.com>
2023-01-15 22:16:24 +01:00
..
IBootModeInterface.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IDebugMonitorInterface.cs Implement missing service calls in pm (#4210) 2023-01-15 22:16:24 +01:00
IInformationInterface.cs Implement missing service calls in pm (#4210) 2023-01-15 22:16:24 +01:00
IShellInterface.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
ResultCode.cs Implement missing service calls in pm (#4210) 2023-01-15 22:16:24 +01:00