IWriterForSystem.cs 189 B

12345678
  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. }