IReaderForSystem.cs 189 B

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