summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apm/interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Append service name prefix to common filenamesGravatar Morph2021-07-141-138/+0
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-7/+7
* Stub IsCpuOverclockEnabledGravatar german2021-01-081-1/+9
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-4/+3
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-6/+9
* apm: Implement SetCpuBoostModeGravatar Zach Hilman2019-06-281-0/+12
* apm: Add getters for performance config and modeGravatar Zach Hilman2019-06-281-31/+39
* service: Update service function tablesGravatar Lioncash2019-04-111-0/+2
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-9/+7
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+4
* service/apm: Add the apm:sys serviceGravatar Lioncash2018-08-071-0/+25
* apm: Improve stub for GetPerformanceConfiguration.Gravatar bunnei2018-07-201-1/+16
* Update clang formatGravatar James Rowe2018-07-021-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-2/+2
* apm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-3/+3
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* apm: Refactor service impl. to support multiple ports.Gravatar bunnei2018-02-091-0/+66