summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/controller.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* 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