summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm/pm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman2019-06-271-3/+29
* 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-281-1/+3
* 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-241-1/+12
* service: Add pm servicesLioncash2018-07-251-0/+70