aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/pctl/module.cpp
AgeCommit message (Expand)Author
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05service: Remove unused class variablesLioncash
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-10Merge pull request #6112 from ogniK5377/pctlbunnei
2021-04-08pctl_module: Update to 12.xgerman77
2021-03-30Addressed issuesChloe Marcec
2021-03-27pctl: Rework how pctl works to be more accurateChloe Marcec
2021-01-25hle: Implement remaining services for Stereo VisionChloe Marcec
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-04-20service: Update function tablesLioncash
2019-04-11service: Update service function tablesLioncash
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