ISystemServer.cs 172 B

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