summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/glue_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-02general: Remove MakeResult helpersMorph1-2/+2
This is made obsolete by the presence of implicit constructors.
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
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.