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