aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Hid/IHidDebugServer.cs
blob: 2444c4436ad7f7074563eb60f5751f4a503ad54f (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) { }
    }
}