INpnsSystem.cs 168 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Npns
  2. {
  3. [Service("npns:s")]
  4. class INpnsSystem : IpcService
  5. {
  6. public INpnsSystem(ServiceCtx context) { }
  7. }
  8. }