summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl/pctl_a.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-25Service/PCTL: convert to module, add services, stubmailwl1-127/+0
2018-04-24pctl: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-11Various fixes and clangHexagon121-98/+98
2018-04-10Updated pctl:a with new service names.Hexagon121-4/+101
2018-02-05logger: Add PCTL service logging category.bunnei1-1/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-1/+1
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-1/+1
2018-01-15pctl: Clang format.bunnei1-1/+1
2018-01-15pctl: GetService should return an IParentalControlService interface.bunnei1-3/+8
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv1-1/+2
2018-01-03pctl: Remove duplicate InstallInterfaces function.bunnei1-4/+0
2017-12-29service: Add empty interface for pctl:a.bunnei1-0/+30