summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-26glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman1-9/+21
2019-06-25glue: Implement arp:w and arp:r servicesZach Hilman1-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.