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