summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/apm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-211-8/+12
* service: remove deleted servicesLiam2023-02-141-2/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* service: Append service name prefix to common filenamesMorph2021-07-141-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-4/+5
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* apm: Add apm:am serviceZach Hilman2019-06-291-5/+8
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+3
* service/apm: Add the apm:sys serviceLioncash2018-08-071-0/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* apm: Refactor service impl. to support multiple ports.bunnei2018-02-101-52/+4
* 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-171-1/+43
* clang-formatMerryMage2018-01-161-2/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-281-2/+0
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-0/+27