2018-08-17 01:47:36 +02:00
|
|
|
namespace Ryujinx.HLE.HOS.Services.Ns
|
2018-04-22 01:04:43 +02:00
|
|
|
{
|
2019-07-10 17:59:54 +02:00
|
|
|
[Service("ns:vm")]
|
2018-04-22 01:04:43 +02:00
|
|
|
class IVulnerabilityManagerInterface : IpcService
|
|
|
|
{
|
2019-07-12 03:13:43 +02:00
|
|
|
public IVulnerabilityManagerInterface(ServiceCtx context) { }
|
2018-04-22 01:04:43 +02:00
|
|
|
}
|
|
|
|
}
|