summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/psm.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-29service: Update function tablesVolcaEM1-0/+1
2020-04-29psm: Mark as debug instead of warningDavid Marcec1-7/+14
No point to emulate battery life. However options are broken out if we ever want to add a setting for it
2018-10-22psm: Stub GetChargerTypeZach Hilman1-14/+27
Used by LovePotion Lua Homebrew. Stubbed as connected to official Nintendo Switch dock.
2018-10-21psm: Stub GetBatteryChargePercentageZach Hilman1-1/+11
Used by LovePotion Lua Homebrew. Stubbed to return 100% charge.
2018-10-21service: Add skeleton for psm serviceZach Hilman1-0/+48
Seems to be the power controller. Listed in switchbrew under the category PTM services.