summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service/apm: Add the apm:sys serviceLioncash2018-08-073-0/+34
| | | | | Adds the basic skeleton of the apm:sys service based off the information on Switch Brew.
* apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash2018-07-241-3/+0
| | | | This is already declared in apm/apm.h
* apm: Improve stub for GetPerformanceConfiguration.bunnei2018-07-201-1/+16
|
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* 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
| | | | Tidies up namespace declarations
* 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
| | | | | | # Conflicts: # src/core/hle/service/am/applet_oe.cpp # src/core/hle/service/apm/apm.cpp
* 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