summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-23general: Use console mode helper across projectlat9nq1-3/+1
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq1-2/+4
2023-03-01service: move hle_ipc from kernelLiam2-16/+16
2023-02-21service: refactor server architectureLiam2-10/+13
2023-02-14service: remove deleted servicesLiam1-2/+0
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek11-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph6-18/+12
2022-02-22service: am: Update enum names to match documentationNarr the Reg2-11/+14
2022-01-21service: apm: Stub ISession SetCpuOverclockEnabledMorph1-1/+13
2021-11-04core: Remove unused includesameerj1-1/+0
2021-09-18input_common/tas: Fallback to simple updateMonsterDruide11-2/+0
2021-09-18config: Move TAS options to it's own menugerman771-1/+1
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide11-0/+2
2021-07-14service: Append service name prefix to common filenamesMorph5-4/+4
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-7/+7
2021-05-16core: Make variable shadowing a compile-time errorLioncash2-6/+6
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-01-08Stub IsCpuOverclockEnabledgerman2-1/+10
2020-12-08core: Remove unnecessary enum casts in log callsLioncash2-6/+4
2020-11-27service: Eliminate usages of the global system instanceLioncash4-13/+20
2020-11-16settings: Preparation for per-game input settingsMorph1-1/+2
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2019-10-17apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a mapLioncash1-14/+34
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash2-2/+2
2019-10-05service/apm: Silence -Wunused and -WreorderReinUsesLisp2-4/+5
2019-06-29apm: Implement SetCpuBoostModeZach Hilman2-0/+14
2019-06-29apm: Add getters for performance config and modeZach Hilman2-33/+49
2019-06-29apm: Add apm:am serviceZach Hilman2-11/+9
2019-06-29apm: Add Controller class to manage speed data and applicationZach Hilman2-0/+138
2019-04-11service: Update service function tablesLioncash1-0/+2
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-9/+7
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash4-3/+11
2018-08-07service/apm: Add the apm:sys serviceLioncash3-0/+34
2018-07-24apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash1-3/+0
2018-07-20apm: Improve stub for GetPerformanceConfiguration.bunnei1-1/+16
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Update clang formatJames Rowe1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-04-24apm: Move logging macros over to new fmt-compatible onesLioncash1-3/+3
2018-04-20service: Use nested namespace specifiers where applicableLioncash4-16/+8
2018-02-10apm: Refactor service impl. to support multiple ports.bunnei4-58/+100
2018-02-05logger: Add APM service logging category.bunnei1-2/+3
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-3/+3
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-1/+1
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+2
2018-01-17Services: Stubbed APM::OpenSession and the ISession interface.Subv2-1/+51
2018-01-16clang-formatMerryMage1-2/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei2-2/+2
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2-4/+2
2017-10-15hle: Add service stubs for apm and appletOE.bunnei2-0/+49