mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-19 11:45:47 +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) { }
|
|
}
|
|
}
|