summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/grc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
| | | | | 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.
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
| | | | | Now all that remains is for kernel code to be 'shadow-free' and then -Wshadow can be turned into an error.
* service: Eliminate usages of the global system instanceLioncash2020-11-272-4/+8
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* Oops (fix typo)VolcaEM2020-06-271-1/+1
|
* grc: Update function tableVolcaEM2020-06-271-0/+3
| | | This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
* service: Add the grc:c serviceLioncash2018-07-262-0/+46
Adds the basic skeleton for the grc:c service based off the information provided by Switch Brew.