summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-13kernel: convert KProcess to new styleLiam1-2/+2
2023-03-07hle: rename legacy errors to ResultsLiam4-29/+28
2023-03-01service: move hle_ipc from kernelLiam6-32/+32
2023-02-21service: refactor server architectureLiam2-11/+15
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-1/+2
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-2/+1
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-2/+2
2022-12-29hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj1-1/+2
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-2/+2
2022-06-27core: Replace all instances of ResultCode with Resultgerman774-10/+10
2022-05-09service: notifa: Implement most part of this servicegerman772-8/+172
2022-04-23general: Convert source file copyright comments over to SPDXMorph13-39/+26
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman773-0/+73
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-11-04core: Remove unused includesameerj2-2/+0
2021-11-02general: Remove MakeResult helpersMorph1-2/+2
2021-10-07service: Reduce header include overheadMorph1-2/+0
2021-07-14service: Append service name prefix to common filenamesMorph3-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph3-11/+11
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-24glue: Add ectx:aw placeholdergerman773-0/+47
2021-04-19arp: Use type alias for issue functionLioncash1-4/+4
2021-04-19arp: Prevent uninitialized read of launch member variableLioncash1-1/+1
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceMorph2-1/+34
2021-04-09arp: Use proper names, update to 12.xgerman772-3/+10
2020-11-27service: Eliminate usages of the global system instanceLioncash5-16/+19
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-04-28style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec1-4/+4
2019-06-26glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman4-28/+61
2019-06-25glue: Implement arp:w and arp:r servicesZach Hilman2-0/+328
2019-06-25glue: Add errors for glue/arp servicesZach Hilman3-0/+58
2019-06-25glue: Add scaffolding for bgtc:t and bgtc:sc servicesZach Hilman2-0/+73
2019-06-25glue: Add manager to keep track of application registryZach Hilman2-0/+119