2018-08-16 19:47:36 -04:00
|
|
|
namespace Ryujinx.HLE.HOS.Services.Ns
|
2018-04-21 19:04:43 -04:00
|
|
|
{
|
2019-07-10 11:59:54 -04:00
|
|
|
[Service("ns:vm")]
|
2018-04-21 19:04:43 -04:00
|
|
|
class IVulnerabilityManagerInterface : IpcService
|
|
|
|
{
|
2019-07-11 21:13:43 -04:00
|
|
|
public IVulnerabilityManagerInterface(ServiceCtx context) { }
|
2018-04-21 19:04:43 -04:00
|
|
|
}
|
|
|
|
}
|