summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Append service name prefix to common filenamesMorph2021-07-141-78/+0
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-2/+2
| | | | Transition to PascalCase for result names.
* glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-261-8/+13
|
* glue: Add manager to keep track of application registryZach Hilman2019-06-251-0/+73
Manages mapping between title IDs and application launch and control properties.