summaryrefslogtreecommitdiff
path: root/src/core/hle/service/pctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-3/+3
* Service/PCTL: convert to module, add services, stubGravatar mailwl2018-04-255-36/+68
* pctl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-194-16/+8
* Various fixes and clangGravatar Hexagon122018-04-112-99/+99
* Updated pctl:a with new service names.Gravatar Hexagon122018-04-101-4/+101
* logger: Add PCTL service logging category.Gravatar bunnei2018-02-041-1/+1
* hle: Rename RequestBuilder to ResponseBuilder.Gravatar bunnei2018-01-241-1/+1
* service: Fix all incorrect IPC response headers.Gravatar bunnei2018-01-241-1/+1
* pctl: Clang format.Gravatar bunnei2018-01-151-1/+1
* pctl: GetService should return an IParentalControlService interface.Gravatar bunnei2018-01-151-3/+8
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-134-4/+4
* IPC: Make DuplicateSession return the Domain instead of the Session if the re...Gravatar Subv2018-01-071-1/+2
* pctl: Remove duplicate InstallInterfaces function.Gravatar bunnei2018-01-021-4/+0
* service: Add empty interface for pctl:a.Gravatar bunnei2017-12-284-0/+84