8 lines
188 B
C#
8 lines
188 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Nv
|
|||
|
{
|
|||
|
[Service("nvdrvdbg")]
|
|||
|
class INvDrvDebugFSServices : IpcService
|
|||
|
{
|
|||
|
public INvDrvDebugFSServices(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|