summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.