service: Add the grc:c service

Adds the basic skeleton for the grc:c service based off the information
provided by Switch Brew.
This commit is contained in:
Lioncash 2018-07-26 09:25:54 -04:00
parent 1958d07d7d
commit b28af1f6c9
4 changed files with 50 additions and 0 deletions

View file

@ -156,6 +156,8 @@ add_library(core STATIC
hle/service/friend/friend.h
hle/service/friend/interface.cpp
hle/service/friend/interface.h
hle/service/grc/grc.cpp
hle/service/grc/grc.h
hle/service/hid/hid.cpp
hle/service/hid/hid.h
hle/service/ldr/ldr.cpp