Added support for SecureDigital / MultiMediaCard on Windows.

This commit is contained in:
2017-12-06 23:05:59 +00:00
parent d660ec93d1
commit 4cd0ec53e9
6 changed files with 274 additions and 27 deletions

View File

@@ -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:
{