summaryrefslogtreecommitdiff
path: root/src/core/hle/service/glue
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-24glue: load initial year setting as s32Liam
2024-02-24service: set: Fix GetSettingsItemValuegerman77
2024-02-19scope_exit: Make constexprFearlessTobi
2024-02-17Close reference to TimeZoneBinary on game closeKelebek1
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg
2024-02-07glue: use multi wait APILiam
2024-02-03Fix firmware timezone boot load check.Kelebek1
2024-02-02Merge pull request #12857 from liamwhite/constFernando S
2024-02-02Merge pull request #12845 from liamwhite/notifFernando S
2024-02-01service: use const references for input raw dataLiam
2024-01-31Remove a few hacks for clock setups, which seem to no longer be needed, but f...Kelebek1
2024-01-29notif: rewrite for new IPCLiam
2024-01-27Move time services to new IPC.Kelebek1
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-12kernel: fix debugger and process list lifetimeLiam
2023-08-08core: remove ResultVal typeLiam
2023-07-22core: implement GetGaiStringErrorRequest, IContextRegistrarLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-05-09service: notifa: Implement most part of this servicegerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman77
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
2021-10-07service: Reduce header include overheadMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-24glue: Add ectx:aw placeholdergerman77
2021-04-19arp: Use type alias for issue functionLioncash
2021-04-19arp: Prevent uninitialized read of launch member variableLioncash
2021-04-09Merge pull request #6171 from german77/servicesbunnei
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceMorph
2021-04-08arp: Use proper names, update to 12.xgerman77
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-04-29style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman