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