summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm/pm.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-24Added GetBootMode (#1107)David1-1/+12
* Added GetBootMode Used by homebrew * Added enum for GetBootMode
2018-07-25service: Add pm servicesLioncash1-0/+70
Adds the skeleton for the process management services based off information on Switch Brew.