8 lines
182 B
C#
8 lines
182 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Ldn
|
|||
|
{
|
|||
|
[Service("ldn:u")]
|
|||
|
class IUserServiceCreator : IpcService
|
|||
|
{
|
|||
|
public IUserServiceCreator(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|