aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/pctl
AgeCommit message (Expand)Author
2024-02-21pctl: rewrite IParentalControlServiceLiam
2024-02-21pctl: rewrite IParentalControlServiceFactoryLiam
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
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
2021-11-05service/pctl: Stub EndFreeCommunicationNarr the Reg
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
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-19hle/service: Make constructors explicit where applicableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-25Service/PCTL: convert to module, add services, stubmailwl
2018-04-24pctl: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-11Various fixes and clangHexagon12
2018-04-10Updated pctl:a with new service names.Hexagon12
2018-02-04logger: Add PCTL service logging category.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-15pctl: Clang format.bunnei
2018-01-15pctl: GetService should return an IParentalControlService interface.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the re...Subv
2018-01-02pctl: Remove duplicate InstallInterfaces function.bunnei
2017-12-28service: Add empty interface for pctl:a.bunnei