aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apm/interface.cpp
AgeCommit message (Expand)Author
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-01-08Stub IsCpuOverclockEnabledgerman
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2019-06-28apm: Implement SetCpuBoostModeZach Hilman
2019-06-28apm: Add getters for performance config and modeZach Hilman
2019-04-11service: Update service function tablesLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-07service/apm: Add the apm:sys serviceLioncash
2018-07-20apm: Improve stub for GetPerformanceConfiguration.bunnei
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24apm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-09apm: Refactor service impl. to support multiple ports.bunnei