/ src / Ryujinx.HLE / HOS / Services / Hid / ISystemServer.cs
ISystemServer.cs
1  namespace Ryujinx.HLE.HOS.Services.Hid
2  {
3      [Service("xcd:sys")]
4      class ISystemServer : IpcService
5      {
6          public ISystemServer(ServiceCtx context) { }
7      }
8  }