summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/apm_interface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-10/+10
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-21service: apm: Stub ISession SetCpuOverclockEnabledMorph1-1/+13
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 filenamesMorph1-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-7/+7
2021-01-08Stub IsCpuOverclockEnabledgerman1-1/+9
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-4/+3
2020-11-27service: Eliminate usages of the global system instanceLioncash1-6/+9
2019-06-29apm: Implement SetCpuBoostModeZach Hilman1-0/+12
2019-06-29apm: Add getters for performance config and modeZach Hilman1-31/+39
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 applicableLioncash1-0/+4
2018-08-07service/apm: Add the apm:sys serviceLioncash1-0/+25
2018-07-20apm: Improve stub for GetPerformanceConfiguration.bunnei1-1/+16
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 applicableLioncash1-4/+2
2018-02-10apm: Refactor service impl. to support multiple ports.bunnei1-7/+5
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.Subv1-1/+43
2018-01-16clang-formatMerryMage1-2/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+0
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-0/+27