summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/grc (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-27service: Eliminate usages of the global system instanceLioncash2-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.
2020-06-27Oops (fix typo)VolcaEM1-1/+1
2020-06-27grc: Update function tableVolcaEM1-0/+3
This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
2018-07-26service: Add the grc:c serviceLioncash2-0/+46
Adds the basic skeleton for the grc:c service based off the information provided by Switch Brew.