aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Npns/INpnsUser.cs
blob: cfa25255a6aa1009781e210eba1f8d334b2c29fc (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Npns
{
    [Service("npns:u")]
    class INpnsUser : IpcService
    {
        public INpnsUser(ServiceCtx context) { }
    }
}