summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/psm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Update function tablesVolcaEM2020-06-291-0/+1
|
* psm: Mark as debug instead of warningDavid Marcec2020-04-291-7/+14
| | | | No point to emulate battery life. However options are broken out if we ever want to add a setting for it
* 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.