mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-05 11:59:15 +00:00
9 lines
162 B
C#
9 lines
162 B
C#
namespace Ryujinx.HLE.HOS.Services.Npns
|
|
{
|
|
[Service("npns:u")]
|
|
class INpnsUser : IpcService
|
|
{
|
|
public INpnsUser(ServiceCtx context) { }
|
|
}
|
|
}
|