summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/apm_controller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14service: Append service name prefix to common filenamesMorph1-0/+0
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-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.
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash1-1/+1
This doesn't modify instance state, so it can be made const qualified.
2019-10-05service/apm: Silence -Wunused and -WreorderReinUsesLisp1-3/+3
2019-06-29apm: Add Controller class to manage speed data and applicationZach Hilman1-0/+70