summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/apm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-21service: refactor server architectureLiam1-8/+12
2023-02-14service: remove deleted servicesLiam1-2/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-4/+5
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2019-06-29apm: Add apm:am serviceZach Hilman1-5/+8
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+3
2018-08-07service/apm: Add the apm:sys serviceLioncash1-0/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-02-10apm: Refactor service impl. to support multiple ports.bunnei1-52/+4
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