aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Hid/Irs/IIrSensorSystemServer.cs
blob: 99fcd5415d31ec5484b2cfa80e67a8eb44551bcb (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Hid.Irs
{
    [Service("irs:sys")]
    class IIrSensorSystemServer : IpcService
    {
        public IIrSensorSystemServer(ServiceCtx context) { }
    }
}