INvDrvDebugFSServices.cs 188 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Nv
  2. {
  3. [Service("nvdrvdbg")]
  4. class INvDrvDebugFSServices : IpcService
  5. {
  6. public INvDrvDebugFSServices(ServiceCtx context) { }
  7. }
  8. }