summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-6/+6
|
* 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.
* arp: Use proper names, update to 12.xgerman772021-04-091-1/+1
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-4/+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: Implement arp:w and arp:r servicesZach Hilman2019-06-251-0/+43
These keep track of running process' launch properties and control properties and allows for issuing and reading them by process and title ID.