aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ovln/ISenderService.cs
blob: e445c16cd0c783b32a3d5264bdfa84b4d17302d7 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ovln
{
    [Service("ovln:snd")]
    class ISenderService : IpcService
    {
        public ISenderService(ServiceCtx context) { }
    }
}