summaryrefslogtreecommitdiff
path: root/src/core/hle/service/glue (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: remove ResultVal typeGravatar Liam2023-08-083-22/+29
* core: implement GetGaiStringErrorRequest, IContextRegistrarGravatar Liam2023-07-222-1/+45
* kernel: convert KProcess to new styleGravatar Liam2023-03-121-2/+2
* hle: rename legacy errors to ResultsGravatar Liam2023-03-064-29/+28
* service: move hle_ipc from kernelGravatar Liam2023-03-016-32/+32
* service: refactor server architectureGravatar Liam2023-02-212-11/+15
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-1/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-2/+1
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-281-2/+2
* hle_ipc: Rename ReadBuffer to ReadBufferCopyGravatar ameerj2022-12-281-1/+2
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-2/+2
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-264-10/+10
* service: notifa: Implement most part of this serviceGravatar german772022-05-092-8/+172
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2313-39/+26
* service/notif: Add notif:a and stub ListAlarmSettings,InitializeGravatar german772021-12-063-0/+73
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-1/+1
* core: Remove unused includesGravatar ameerj2021-11-032-2/+0
* general: Remove MakeResult helpersGravatar Morph2021-11-021-2/+2
* service: Reduce header include overheadGravatar Morph2021-10-071-2/+0
* service: Append service name prefix to common filenamesGravatar Morph2021-07-143-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-023-11/+11
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* glue: Add ectx:aw placeholderGravatar german772021-04-243-0/+47
* arp: Use type alias for issue functionGravatar Lioncash2021-04-191-4/+4
* arp: Prevent uninitialized read of launch member variableGravatar Lioncash2021-04-191-1/+1
* Merge pull request #6171 from german77/servicesGravatar bunnei2021-04-092-3/+10
|\
| * arp: Use proper names, update to 12.xGravatar german772021-04-082-3/+10
* | bgtc: Update to 12.x and implement OpenTaskServiceGravatar Morph2021-04-092-1/+34
|/
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-265-16/+19
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-0/+1
* style: Change AMs & Glues error codes to be dec instead of hexGravatar David Marcec2020-04-291-4/+4
* glue: Correct missing bytes in ApplicationLaunchParameterGravatar Zach Hilman2019-06-254-28/+61
* glue: Implement arp:w and arp:r servicesGravatar Zach Hilman2019-06-242-0/+328
* glue: Add errors for glue/arp servicesGravatar Zach Hilman2019-06-243-0/+58
* glue: Add scaffolding for bgtc:t and bgtc:sc servicesGravatar Zach Hilman2019-06-242-0/+73
* glue: Add manager to keep track of application registryGravatar Zach Hilman2019-06-242-0/+119