summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/psm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psm: Stub GetChargerTypeZach Hilman2018-10-221-10/+0
| | | Used by LovePotion Lua Homebrew. Stubbed as connected to official Nintendo Switch dock.
* psm: Stub GetBatteryChargePercentageZach Hilman2018-10-211-0/+3
| | | | Used by LovePotion Lua Homebrew. Stubbed to return 100% charge.
* service: Add skeleton for psm serviceZach Hilman2018-10-211-0/+22
Seems to be the power controller. Listed in switchbrew under the category PTM services.