summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/controller.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash2019-10-171-1/+1
| | | | This doesn't modify instance state, so it can be made const qualified.
* service/apm: Silence -Wunused and -WreorderReinUsesLisp2019-10-051-3/+3
|
* apm: Add Controller class to manage speed data and applicationZach Hilman2019-06-291-0/+70