aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/pctl/pctl_module.cpp
AgeCommit message (Collapse)Author
2024-02-21pctl: move IParentalControlServiceFactoryLiam
2024-02-21pctl: move IParentalControlServiceLiam
2024-02-21pctl: move types and resultsLiam
2023-10-29core: Close all KEventsgerman77
2023-10-07service: Stub multiple functions to increase stability of album appletNarr the Reg
2023-08-08service: pctl: Partially revert 11221Narr the Reg
2023-08-05service: pctl: Implement functions needed for QLaunchgerman77
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-11-05service/pctl: Stub EndFreeCommunicationNarr the Reg
- Used by Just Dance 2022
2021-11-04general: Get the current process program id directly from the systemMorph
This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-07-14service: Append service name prefix to common filenamesMorph