mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for SecureDigital / MultiMediaCard on Windows.
This commit is contained in:
@@ -275,7 +275,7 @@ namespace DiscImageChef.Devices
|
||||
{
|
||||
case Interop.PlatformID.Win32NT:
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return Windows.Command.SendMmcCommand((SafeFileHandle)fd, command, write, isApplication, flags, argument, blockSize, blocks, ref buffer, out response, out duration, out sense, timeout);
|
||||
}
|
||||
case Interop.PlatformID.Linux:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user