namespace Ryujinx.HLE.HOS.Services.Ldn
{
[Service("ldn:s")]
class ISystemServiceCreator : IpcService
public ISystemServiceCreator(ServiceCtx context) { }
}