summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service/pm: Implement SetMaintenanceBoot()Lioncash2019-01-281-1/+10
| | | | | | | This quite literally functions as a basic setter. No other error checking or anything (since there's nothing to really check against). With this, it completes the pm:bm interface in terms of functionality.
* service/pm: Tidy up functionality related to SystemBootModeLioncash2019-01-282-2/+9
| | | | Just minor tidying of interfaces.
* 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
| | | | | | | | * Added GetBootMode Used by homebrew * Added enum for GetBootMode
* service: Add pm servicesLioncash2018-07-252-0/+86
Adds the skeleton for the process management services based off information on Switch Brew.