aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ns/IDevelopInterface.cs
blob: c74ebd691dca8c7cc402189903348d1b6f9127ab (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ns
{
    [Service("ns:dev")]
    class IDevelopInterface : IpcService
    {
        public IDevelopInterface(ServiceCtx context) { }
    }
}