9 lines
184 B
C#
9 lines
184 B
C#
namespace Ryujinx.HLE.HOS.Services.Ldn
|
|
{
|
|
[Service("ldn:s")]
|
|
class ISystemServiceCreator : IpcService
|
|
{
|
|
public ISystemServiceCreator(ServiceCtx context) { }
|
|
}
|
|
}
|