aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apm/controller.h
AgeCommit message (Collapse)Author
2021-07-14service: Append service name prefix to common filenamesMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
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.
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash
This doesn't modify instance state, so it can be made const qualified.
2019-10-04service/apm: Silence -Wunused and -WreorderReinUsesLisp
2019-06-28apm: Add Controller class to manage speed data and applicationZach Hilman