summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apm/controller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Append service name prefix to common filenamesGravatar Morph2021-07-141-89/+0
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-5/+5
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-2/+1
* settings: Preparation for per-game input settingsGravatar Morph2020-11-151-1/+2
* apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...Gravatar Lioncash2019-10-171-14/+34
* apm/controller: Make GetCurrentPerformanceMode() a const member functionGravatar Lioncash2019-10-171-1/+1
* service/apm: Silence -Wunused and -WreorderGravatar ReinUsesLisp2019-10-041-1/+2
* apm: Add Controller class to manage speed data and applicationGravatar Zach Hilman2019-06-281-0/+68