Added support for "list-devices" command on Windows.

This commit is contained in:
2017-08-22 03:40:43 +01:00
parent dbdcad4ddd
commit 3e02dd82ea
6 changed files with 282 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ namespace DiscImageChef.Devices
switch(Interop.DetectOS.GetRealPlatformID())
{
case Interop.PlatformID.Win32NT:
throw new NotImplementedException();
return Windows.ListDevices.GetList();
case Interop.PlatformID.Linux:
return Linux.ListDevices.GetList();
default: