summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/apm_controller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-02-22service: am: Update enum names to match documentationNarr the Reg1-6/+9
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