summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/glue_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-08core: remove ResultVal typeLiam1-4/+7
2023-03-07hle: rename legacy errors to ResultsLiam1-8/+8
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
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.