/ src / Ryujinx.HLE / HOS / Services / Grc / IGrcService.cs
IGrcService.cs
1  namespace Ryujinx.HLE.HOS.Services.Grc
2  {
3      [Service("grc:c")] // 4.0.0+
4      class IGrcService : IpcService
5      {
6          public IGrcService(ServiceCtx context) { }
7      }
8  }