summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apm (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Use console mode helper across projectGravatar lat9nq2023-08-221-3/+1
* general: Convert use_docked_mode to an enumerationGravatar lat9nq2023-08-221-2/+4
* service: move hle_ipc from kernelGravatar Liam2023-03-012-16/+16
* service: refactor server architectureGravatar Liam2023-02-212-10/+13
* Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageGravatar liamwhite2023-02-151-1/+1
|\
| * remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-141-1/+1
| * add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-141-1/+1
* | service: remove deleted servicesGravatar Liam2023-02-141-2/+0
|/
* Demote services from warning/info to debug to reduce log spam:Gravatar Kelebek12022-09-011-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-236-18/+12
* service: am: Update enum names to match documentationGravatar Narr the Reg2022-02-212-11/+14
* service: apm: Stub ISession SetCpuOverclockEnabledGravatar Morph2022-01-201-1/+13
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* service: Append service name prefix to common filenamesGravatar Morph2021-07-145-4/+4
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-7/+7
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-162-6/+6
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* Stub IsCpuOverclockEnabledGravatar german2021-01-082-1/+10
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-072-6/+4
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-264-13/+20
* settings: Preparation for per-game input settingsGravatar Morph2020-11-151-1/+2
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-0/+1
* 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-172-2/+2
* service/apm: Silence -Wunused and -WreorderGravatar ReinUsesLisp2019-10-042-4/+5
* apm: Implement SetCpuBoostModeGravatar Zach Hilman2019-06-282-0/+14
* apm: Add getters for performance config and modeGravatar Zach Hilman2019-06-282-33/+49
* apm: Add apm:am serviceGravatar Zach Hilman2019-06-282-11/+9
* apm: Add Controller class to manage speed data and applicationGravatar Zach Hilman2019-06-282-0/+138
* 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-104-3/+11
* service/apm: Add the apm:sys serviceGravatar Lioncash2018-08-073-0/+34
* apm/interface: Remove redundant declaration of InstallInterfaces()Gravatar Lioncash2018-07-231-3/+0
* apm: Improve stub for GetPerformanceConfiguration.Gravatar bunnei2018-07-201-1/+16
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* 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-194-16/+8
* apm: Refactor service impl. to support multiple ports.Gravatar bunnei2018-02-094-58/+100
* logger: Add APM service logging category.Gravatar bunnei2018-02-041-2/+3
* hle: Rename RequestBuilder to ResponseBuilder.Gravatar bunnei2018-01-241-3/+3
* service: Fix all incorrect IPC response headers.Gravatar bunnei2018-01-241-1/+1
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+2
* Services: Stubbed APM::OpenSession and the ISession interface.Gravatar Subv2018-01-162-1/+51
* clang-formatGravatar MerryMage2018-01-161-2/+1
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-132-2/+2
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.Gravatar bunnei2017-12-282-4/+2
* hle: Add service stubs for apm and appletOE.Gravatar bunnei2017-10-142-0/+49