summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: pctl: Partially revert 11221Narr the Reg2023-08-091-9/+15
* service: pctl: Implement functions needed for QLaunchgerman772023-08-051-18/+134
* service: move hle_ipc from kernelLiam2023-03-012-16/+16
* service: refactor server architectureLiam2023-02-212-13/+16
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-1/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-4/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-234-12/+8
* service/pctl: Stub EndFreeCommunicationNarr the Reg2021-11-051-1/+8
* general: Get the current process program id directly from the systemMorph2021-11-041-2/+1
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
* service: Append service name prefix to common filenamesMorph2021-07-143-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-11/+11
* core: Make variable shadowing a compile-time errorLioncash2021-05-162-3/+3
* 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-042-8/+6
* Merge pull request #6112 from ogniK5377/pctlbunnei2021-04-114-31/+244
|\
| * Addressed issuesChloe Marcec2021-03-302-21/+22
| * pctl: Rework how pctl works to be more accurateChloe Marcec2021-03-264-31/+243
* | 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-274-15/+25
* 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-114-0/+6
* Added CheckFreeCommunicationPermissionDavid Marcec2018-08-201-1/+8
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* Service/PCTL: convert to module, add services, stubmailwl2018-04-255-36/+68
* pctl: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-204-16/+8
* Various fixes and clangHexagon122018-04-112-99/+99
* Updated pctl:a with new service names.Hexagon122018-04-101-4/+101
* logger: Add PCTL service logging category.bunnei2018-02-051-1/+1
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-1/+1
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-1/+1
* pctl: Clang format.bunnei2018-01-151-1/+1
* pctl: GetService should return an IParentalControlService interface.bunnei2018-01-151-3/+8
* yuzu: Update license text to be consistent across project.bunnei2018-01-134-4/+4
* IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv2018-01-071-1/+2
* pctl: Remove duplicate InstallInterfaces function.bunnei2018-01-031-4/+0
* service: Add empty interface for pctl:a.bunnei2017-12-294-0/+84