8 lines
171 B
C#
8 lines
171 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Nfc
|
|||
|
{
|
|||
|
[Service("nfc:user")]
|
|||
|
class IUserManager : IpcService
|
|||
|
{
|
|||
|
public IUserManager(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|