IVulnerabilityManagerInterface.cs 200 B

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