summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Append service name prefix to common filenamesMorph2021-07-141-43/+0
* Stub IsCpuOverclockEnabledgerman2021-01-081-0/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+3
* apm: Implement SetCpuBoostModeZach Hilman2019-06-291-0/+2
* apm: Add getters for performance config and modeZach Hilman2019-06-291-2/+10
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+2
* service/apm: Add the apm:sys serviceLioncash2018-08-071-0/+8
* apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash2018-07-241-3/+0
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* apm: Refactor service impl. to support multiple ports.bunnei2018-02-101-0/+27