/ src / Ryujinx.HLE / HOS / Services / Ectx / IWriterForSystem.cs
IWriterForSystem.cs
1  namespace Ryujinx.HLE.HOS.Services.Ectx
2  {
3      [Service("ectx:w")] // 11.0.0+
4      class IWriterForSystem : IpcService
5      {
6          public IWriterForSystem(ServiceCtx context) { }
7      }
8  }