summaryrefslogtreecommitdiff
path: root/src/core/hle/service/pctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* pctl: rewrite IParentalControlServiceGravatar Liam2024-02-212-199/+204
* pctl: rewrite IParentalControlServiceFactoryGravatar Liam2024-02-212-20/+26
* pctl: move IParentalControlServiceFactoryGravatar Liam2024-02-216-109/+84
* pctl: move IParentalControlServiceGravatar Liam2024-02-213-467/+516
* pctl: move types and resultsGravatar Liam2024-02-214-67/+86
* core: Close all KEventsGravatar german772023-10-291-0/+6
* service: Stub multiple functions to increase stability of album appletGravatar Narr the Reg2023-10-071-1/+8
* service: pctl: Partially revert 11221Gravatar Narr the Reg2023-08-081-9/+15
* service: pctl: Implement functions needed for QLaunchGravatar german772023-08-051-18/+134
* service: move hle_ipc from kernelGravatar Liam2023-03-012-16/+16
* service: refactor server architectureGravatar Liam2023-02-212-13/+16
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-4/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-234-12/+8
* service/pctl: Stub EndFreeCommunicationGravatar Narr the Reg2021-11-051-1/+8
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-2/+1
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-1/+1
* service: Append service name prefix to common filenamesGravatar Morph2021-07-143-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-11/+11
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-162-3/+3
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* service: Remove unused class variablesGravatar Lioncash2021-05-051-1/+0
* service: Resolve cases of member field shadowingGravatar Lioncash2021-05-042-8/+6
* Merge pull request #6112 from ogniK5377/pctlGravatar bunnei2021-04-104-31/+244
|\
| * Addressed issuesGravatar Chloe Marcec2021-03-302-21/+22
| * pctl: Rework how pctl works to be more accurateGravatar Chloe Marcec2021-03-274-31/+243
* | pctl_module: Update to 12.xGravatar german772021-04-081-0/+3
|/
* hle: Implement remaining services for Stereo VisionGravatar Chloe Marcec2021-01-251-6/+51
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-264-15/+25
* service: Update function tablesGravatar Lioncash2020-04-201-0/+2
* service: Update service function tablesGravatar Lioncash2019-04-111-2/+5
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-2/+6
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-104-0/+6
* Added CheckFreeCommunicationPermissionGravatar David Marcec2018-08-201-1/+8
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-3/+3
* Service/PCTL: convert to module, add services, stubGravatar mailwl2018-04-255-36/+68
* pctl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-194-16/+8
* Various fixes and clangGravatar Hexagon122018-04-112-99/+99
* Updated pctl:a with new service names.Gravatar Hexagon122018-04-101-4/+101
* logger: Add PCTL service logging category.Gravatar bunnei2018-02-041-1/+1
* hle: Rename RequestBuilder to ResponseBuilder.Gravatar bunnei2018-01-241-1/+1
* service: Fix all incorrect IPC response headers.Gravatar bunnei2018-01-241-1/+1
* pctl: Clang format.Gravatar bunnei2018-01-151-1/+1
* pctl: GetService should return an IParentalControlService interface.Gravatar bunnei2018-01-151-3/+8
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-134-4/+4
* IPC: Make DuplicateSession return the Domain instead of the Session if the re...Gravatar Subv2018-01-071-1/+2
* pctl: Remove duplicate InstallInterfaces function.Gravatar bunnei2018-01-021-4/+0
* service: Add empty interface for pctl:a.Gravatar bunnei2017-12-284-0/+84