summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-6/+7
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
| | | | | | | | | Resolves numerous deprecation warnings throughout the codebase due to inclusion of this header. Now building core should be significantly less noisy (and also relying on less global state). This also uncovered quite a few modules that were relying on indirect includes, which have also been fixed.
* glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-261-9/+21
|
* glue: Implement arp:w and arp:r servicesZach Hilman2019-06-251-0/+285
These keep track of running process' launch properties and control properties and allows for issuing and reading them by process and title ID.