aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Ptm/Ts/IMeasurementServer.cs
blob: f3b37d67dfe24924263f44e07234f4815d639c6f (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ptm.Ts
{
    [Service("ts")]
    class IMeasurementServer : IpcService
    {
        public IMeasurementServer(ServiceCtx context) { }
    }
}