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