summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14service: Append service name prefix to common filenamesMorph1-78/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-2/+2
Transition to PascalCase for result names.
2019-06-26glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman1-8/+13
2019-06-25glue: Add manager to keep track of application registryZach Hilman1-0/+73
Manages mapping between title IDs and application launch and control properties.