summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/errors.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-4/+4
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec2020-04-281-4/+4
| | | | Consistency for the rest of the error codes in the codebase
* glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-261-5/+4
|
* glue: Add errors for glue/arp servicesZach Hilman2019-06-251-0/+17