summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service/PCTL: convert to module, add services, stubmailwl2018-04-255-36/+68
| | | | PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
* pctl: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-1/+1
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-204-16/+8
| | | | Tidies up namespace declarations
* Various fixes and clangHexagon122018-04-112-99/+99
|
* Updated pctl:a with new service names.Hexagon122018-04-101-4/+101
|
* logger: Add PCTL service logging category.bunnei2018-02-051-1/+1
|
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-1/+1
|
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-1/+1
|
* pctl: Clang format.bunnei2018-01-151-1/+1
|
* pctl: GetService should return an IParentalControlService interface.bunnei2018-01-151-3/+8
|
* yuzu: Update license text to be consistent across project.bunnei2018-01-134-4/+4
|
* IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv2018-01-071-1/+2
|
* pctl: Remove duplicate InstallInterfaces function.bunnei2018-01-031-4/+0
|
* service: Add empty interface for pctl:a.bunnei2017-12-294-0/+84