summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm/pm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-211-2/+1
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman2019-06-271-3/+3
| | | | Returns the process ID of the current application or 0 if no app is running.
* service/pm: Tidy up functionality related to SystemBootModeLioncash2019-01-281-1/+6
| | | | Just minor tidying of interfaces.
* Added GetBootMode (#1107)David2018-08-241-1/+1
| | | | | | | | * Added GetBootMode Used by homebrew * Added enum for GetBootMode
* service: Add pm servicesLioncash2018-07-251-0/+16
Adds the skeleton for the process management services based off information on Switch Brew.