summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apm
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-08-22general: Use console mode helper across projectlat9nq
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-15Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite
2023-02-14service: remove deleted servicesLiam
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-02-21service: am: Update enum names to match documentationNarr the Reg
2022-01-20service: apm: Stub ISession SetCpuOverclockEnabledMorph
2021-11-03core: Remove unused includesameerj
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-01-08Stub IsCpuOverclockEnabledgerman
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-15settings: Preparation for per-game input settingsMorph
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2019-10-17apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...Lioncash
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash
2019-10-04service/apm: Silence -Wunused and -WreorderReinUsesLisp
2019-06-28apm: Implement SetCpuBoostModeZach Hilman
2019-06-28apm: Add getters for performance config and modeZach Hilman
2019-06-28apm: Add apm:am serviceZach Hilman
2019-06-28apm: Add Controller class to manage speed data and applicationZach 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-23apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash
2018-07-20apm: Improve stub for GetPerformanceConfiguration.bunnei
2018-07-19hle/service: Make constructors explicit where applicableLioncash
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
2018-02-04logger: Add APM service logging category.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-16Services: Stubbed APM::OpenSession and the ISession interface.Subv
2018-01-16clang-formatMerryMage
2018-01-13yuzu: Update license text to be consistent across project.bunnei