aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Nv/INvDrvDebugFSServices.cs
blob: 22d0aacc5f5e7bfd6b647203453f2e435678ac94 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Nv
{
    [Service("nvdrvdbg")]
    class INvDrvDebugFSServices : IpcService
    {
        public INvDrvDebugFSServices(ServiceCtx context) { }
    }
}