8 lines
194 B
C#
8 lines
194 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Grc
|
|||
|
{
|
|||
|
[Service("grc:d")] // 6.0.0+
|
|||
|
class IRemoteVideoTransfer : IpcService
|
|||
|
{
|
|||
|
public IRemoteVideoTransfer(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|