aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/pctl/pctl_a.cpp
AgeCommit message (Collapse)Author
2018-04-25Service/PCTL: convert to module, add services, stubmailwl
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
2018-04-24pctl: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
Tidies up namespace declarations
2018-04-11Various fixes and clangHexagon12
2018-04-10Updated pctl:a with new service names.Hexagon12
2018-02-04logger: Add PCTL service logging category.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-15pctl: Clang format.bunnei
2018-01-15pctl: GetService should return an IParentalControlService interface.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the ↵Subv
request was made on a Domain interface.
2018-01-02pctl: Remove duplicate InstallInterfaces function.bunnei
2017-12-28service: Add empty interface for pctl:a.bunnei