aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Hid/IHidDebugServer.cs
blob: adaaa0123e4ef874b4cc8ee18c071cf52e9d9670 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Hid
{
    [Service("hid:dbg")]
    class IHidDebugServer : IpcService
    {
        public IHidDebugServer(ServiceCtx context) { }
    }
}