INpnsUser.cs 164 B

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