IMeasurementServer.cs 180 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Ptm.Ts
  2. {
  3. [Service("ts")]
  4. class IMeasurementServer : IpcService
  5. {
  6. public IMeasurementServer(ServiceCtx context) { }
  7. }
  8. }