summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm/pm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | * Added GetBootMode Used by homebrew * Added enum for GetBootMode
* service: Add pm servicesLioncash2018-07-251-0/+70
Adds the skeleton for the process management services based off information on Switch Brew.