summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-11/+12
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* service: Update function tablesVolcaEM2020-06-291-17/+17
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-1/+1
|\
| * service: Update function tablesLioncash2019-11-121-1/+1
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-6/+6
|/
* pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman2019-06-272-6/+32
* pm: Implement pm:dmnt GetTitlePidZach Hilman2019-06-271-7/+36
* pm: Implement pm:info GetTitleIdZach Hilman2019-06-271-2/+47
* service: Update service function tablesLioncash2019-04-111-7/+14
* service/pm: Implement SetMaintenanceBoot()Lioncash2019-01-281-1/+10
* service/pm: Tidy up functionality related to SystemBootModeLioncash2019-01-282-2/+9
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-2/+2
* Added GetBootMode (#1107)David2018-08-242-2/+13
* service: Add pm servicesLioncash2018-07-252-0/+86