aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ldn/ISystemServiceCreator.cs
blob: b4dac449e72c3ed3434f390eb0b1d7639be02c43 (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) { }
    }
}