IWriter.cs 158 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Arp
  2. {
  3. [Service("arp:w")]
  4. class IWriter : IpcService
  5. {
  6. public IWriter(ServiceCtx context) { }
  7. }
  8. }