aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ns/IDevelopInterface.cs
blob: 8f0f6cbe98d707c9f374cfb703e760ba49a52bf4 (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) { }
    }
}