IWriterForApplication.cs 200 B

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