IControl.cs 164 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Eupld
  2. {
  3. [Service("eupld:c")]
  4. class IControl : IpcService
  5. {
  6. public IControl(ServiceCtx context) { }
  7. }
  8. }