summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl/module.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-11/+11
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* service: Remove unused class variablesLioncash2021-05-051-1/+0
* service: Resolve cases of member field shadowingLioncash2021-05-041-6/+4
* Merge pull request #6112 from ogniK5377/pctlbunnei2021-04-111-26/+222
|\
| * Addressed issuesChloe Marcec2021-03-301-18/+19
| * pctl: Rework how pctl works to be more accurateChloe Marcec2021-03-261-26/+221
* | pctl_module: Update to 12.xgerman772021-04-091-0/+3
|/
* hle: Implement remaining services for Stereo VisionChloe Marcec2021-01-241-6/+51
* service: Eliminate usages of the global system instanceLioncash2020-11-271-10/+11
* service: Update function tablesLioncash2020-04-201-0/+2
* service: Update service function tablesLioncash2019-04-111-2/+5
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-2/+6
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Added CheckFreeCommunicationPermissionDavid Marcec2018-08-201-1/+8
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* Service/PCTL: convert to module, add services, stubmailwl2018-04-251-0/+146