mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for "list-devices" command on Windows.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user