summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-27service: Eliminate usages of the global system instanceLioncash1-11/+12
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-06-29service: Update function tablesVolcaEM1-17/+17
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-6/+6
2019-11-12service: Update function tablesLioncash1-1/+1
2019-06-27pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman2-6/+32
2019-06-27pm: Implement pm:dmnt GetTitlePidZach Hilman1-7/+36
2019-06-27pm: Implement pm:info GetTitleIdZach Hilman1-2/+47
2019-04-11service: Update service function tablesLioncash1-7/+14
2019-01-28service/pm: Implement SetMaintenanceBoot()Lioncash1-1/+10
2019-01-28service/pm: Tidy up functionality related to SystemBootModeLioncash2-2/+9
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-2/+2
2018-08-24Added GetBootMode (#1107)David2-2/+13
2018-07-25service: Add pm servicesLioncash2-0/+86