aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/glue
AgeCommit message (Collapse)Author
2020-04-29style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec
Consistency for the rest of the error codes in the codebase
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24glue: Implement arp:w and arp:r servicesZach Hilman
These keep track of running process' launch properties and control properties and allows for issuing and reading them by process and title ID.
2019-06-24glue: Add errors for glue/arp servicesZach Hilman
2019-06-24glue: Add scaffolding for bgtc:t and bgtc:sc servicesZach Hilman
2019-06-24glue: Add manager to keep track of application registryZach Hilman
Manages mapping between title IDs and application launch and control properties.