aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ldn/ISystemServiceCreator.cs
blob: 535013b0be7851002bc89b36e3ae3f56d6119a25 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ldn
{
    [Service("ldn:s")]
    class ISystemServiceCreator : IpcService
    {
        public ISystemServiceCreator(ServiceCtx context) { }
    }
}