summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/glue.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-24Rework time service to fix time passing offline.Kelebek11-0/+19
2023-02-21service: refactor server architectureLiam1-9/+14
Converts services to have their own processes
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman771-0/+4
Used by ring fit adventure 1.2.0
2021-04-24glue: Add ectx:aw placeholdergerman771-0/+4
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+2
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2019-06-25glue: Add errors for glue/arp servicesZach Hilman1-0/+25