summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Use console mode helper across projectlat9nq2023-08-231-3/+1
* general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-2/+4
* service: move hle_ipc from kernelLiam2023-03-012-16/+16
* service: refactor server architectureLiam2023-02-212-10/+13
* Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite2023-02-151-1/+1
|\
| * remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-1/+1
| * add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-1/+1
* | service: remove deleted servicesLiam2023-02-141-2/+0
|/
* Demote services from warning/info to debug to reduce log spam:Kelebek12022-09-011-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-236-18/+12
* service: am: Update enum names to match documentationNarr the Reg2022-02-222-11/+14
* service: apm: Stub ISession SetCpuOverclockEnabledMorph2022-01-211-1/+13
* core: Remove unused includesameerj2021-11-041-1/+0
* service: Append service name prefix to common filenamesMorph2021-07-145-4/+4
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-7/+7
* core: Make variable shadowing a compile-time errorLioncash2021-05-162-6/+6
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* Stub IsCpuOverclockEnabledgerman2021-01-082-1/+10
* core: Remove unnecessary enum casts in log callsLioncash2020-12-082-6/+4
* service: Eliminate usages of the global system instanceLioncash2020-11-274-13/+20
* settings: Preparation for per-game input settingsMorph2020-11-161-1/+2
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a mapLioncash2019-10-171-14/+34
* apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash2019-10-172-2/+2
* service/apm: Silence -Wunused and -WreorderReinUsesLisp2019-10-052-4/+5
* apm: Implement SetCpuBoostModeZach Hilman2019-06-292-0/+14
* apm: Add getters for performance config and modeZach Hilman2019-06-292-33/+49
* apm: Add apm:am serviceZach Hilman2019-06-292-11/+9
* apm: Add Controller class to manage speed data and applicationZach Hilman2019-06-292-0/+138
* service: Update service function tablesLioncash2019-04-111-0/+2
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-9/+7
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-3/+11
* service/apm: Add the apm:sys serviceLioncash2018-08-073-0/+34
* apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash2018-07-241-3/+0
* apm: Improve stub for GetPerformanceConfiguration.bunnei2018-07-201-1/+16
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Update clang formatJames Rowe2018-07-031-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* apm: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-3/+3
* service: Use nested namespace specifiers where applicableLioncash2018-04-204-16/+8
* apm: Refactor service impl. to support multiple ports.bunnei2018-02-104-58/+100
* logger: Add APM service logging category.bunnei2018-02-051-2/+3
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-3/+3
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+2
* Services: Stubbed APM::OpenSession and the ISession interface.Subv2018-01-172-1/+51
* clang-formatMerryMage2018-01-161-2/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-282-4/+2
* hle: Add service stubs for apm and appletOE.bunnei2017-10-152-0/+49