summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/psm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-3/+3
|
* service: ptm: Rewrite PSM and add TSgerman772022-06-291-9/+22
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+5
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* 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.