summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-22pctl: rewrite IParentalControlServiceLiam2-199/+204
2024-02-22pctl: rewrite IParentalControlServiceFactoryLiam2-20/+26
2024-02-22pctl: move IParentalControlServiceFactoryLiam6-109/+84
2024-02-22pctl: move IParentalControlServiceLiam3-467/+516
2024-02-22pctl: move types and resultsLiam4-67/+86
2023-10-29core: Close all KEventsgerman771-0/+6
2023-10-08service: Stub multiple functions to increase stability of album appletNarr the Reg1-1/+8
2023-08-09service: pctl: Partially revert 11221Narr the Reg1-9/+15
2023-08-05service: pctl: Implement functions needed for QLaunchgerman771-18/+134
2023-03-01service: move hle_ipc from kernelLiam2-16/+16
2023-02-21service: refactor server architectureLiam2-13/+16
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph4-12/+8
2021-11-05service/pctl: Stub EndFreeCommunicationNarr the Reg1-1/+8
2021-11-04general: Get the current process program id directly from the systemMorph1-2/+1
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-07-14service: Append service name prefix to common filenamesMorph3-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-11/+11
2021-05-16core: Make variable shadowing a compile-time errorLioncash2-3/+3
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-05service: Remove unused class variablesLioncash1-1/+0
2021-05-04service: Resolve cases of member field shadowingLioncash2-8/+6
2021-04-09pctl_module: Update to 12.xgerman771-0/+3
2021-03-30Addressed issuesChloe Marcec2-21/+22
2021-03-26pctl: Rework how pctl works to be more accurateChloe Marcec4-31/+243
2021-01-24hle: Implement remaining services for Stereo VisionChloe Marcec1-6/+51
2020-11-27service: Eliminate usages of the global system instanceLioncash4-15/+25
2020-04-20service: Update function tablesLioncash1-0/+2
2019-04-11service: Update service function tablesLioncash1-2/+5
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-2/+6
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash4-0/+6
2018-08-20Added CheckFreeCommunicationPermissionDavid Marcec1-1/+8
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-04-25Service/PCTL: convert to module, add services, stubmailwl5-36/+68
2018-04-24pctl: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash4-16/+8
2018-04-11Various fixes and clangHexagon122-99/+99
2018-04-10Updated pctl:a with new service names.Hexagon121-4/+101
2018-02-05logger: Add PCTL service logging category.bunnei1-1/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-1/+1
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-1/+1
2018-01-15pctl: Clang format.bunnei1-1/+1
2018-01-15pctl: GetService should return an IParentalControlService interface.bunnei1-3/+8
2018-01-13yuzu: Update license text to be consistent across project.bunnei4-4/+4
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv1-1/+2
2018-01-03pctl: Remove duplicate InstallInterfaces function.bunnei1-4/+0
2017-12-29service: Add empty interface for pctl:a.bunnei4-0/+84