Ryujinx/Ryujinx.HLE/HOS/Services/Ins/ISenderManager.cs

8 lines
172 B
C#

namespace Ryujinx.HLE.HOS.Services.Ins
{
[Service("ins:s")]
class ISenderManager : IpcService
{
public ISenderManager(ServiceCtx context) { }
}
}