Ryujinx/Ryujinx.HLE/HOS/Services/Ldn/ISystemServiceCreator.cs

8 lines
186 B
C#

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