summaryrefslogtreecommitdiff
path: root/src/core/hle/service/glue (follow)
Commit message (Expand)AuthorAgeFilesLines
* glue: load initial year setting as s32Gravatar Liam2024-02-241-3/+4
* service: set: Fix GetSettingsItemValueGravatar german772024-02-241-5/+2
* scope_exit: Make constexprGravatar FearlessTobi2024-02-192-28/+49
* Close reference to TimeZoneBinary on game closeGravatar Kelebek12024-02-172-0/+5
* service: set: Migrate ISystemSettingsServer to new IPCGravatar Narr the Reg2024-02-143-42/+20
* glue: use multi wait APIGravatar Liam2024-02-071-82/+48
* Fix firmware timezone boot load check.Gravatar Kelebek12024-02-031-0/+1
* Merge pull request #12857 from liamwhite/constGravatar Fernando S2024-02-026-19/+24
|\
| * service: use const references for input raw dataGravatar Liam2024-02-016-19/+24
* | Merge pull request #12845 from liamwhite/notifGravatar Fernando S2024-02-023-126/+324
|\ \ | |/ |/|
| * notif: rewrite for new IPCGravatar Liam2024-01-293-126/+324
* | Remove a few hacks for clock setups, which seem to no longer be needed, but f...Gravatar Kelebek12024-01-312-20/+13
|/
* Move time services to new IPC.Gravatar Kelebek12024-01-2712-691/+307
* Address review comments and fix compilation problemsGravatar FearlessTobi2024-01-253-3/+3
* Rework time service to fix time passing offline.Gravatar Kelebek12024-01-2419-0/+2404
* kernel: fix debugger and process list lifetimeGravatar Liam2024-01-121-3/+4
* 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