IGrcService.cs 176 B

12345678
  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. }