aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/pctl/module.cpp
AgeCommit message (Expand)Author
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-20Added CheckFreeCommunicationPermissionDavid Marcec
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-25Service/PCTL: convert to module, add services, stubmailwl