summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/glue.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework time service to fix time passing offline.Kelebek12024-01-241-0/+19
|
* service: refactor server architectureLiam2023-02-211-9/+14
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman772021-12-061-0/+4
| | | | Used by ring fit adventure 1.2.0
* glue: Add ectx:aw placeholdergerman772021-04-241-0/+4
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-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.
* glue: Add errors for glue/arp servicesZach Hilman2019-06-251-0/+25