MMC/SecureDigital devices should now appear as supported in Linux.

This commit is contained in:
2017-09-29 06:45:20 +01:00
parent 92fceb3ea3
commit e58c16f993

View File

@@ -133,6 +133,7 @@ namespace DiscImageChef.Devices.Linux
case "USB":
case "PCMCIA":
case "FireWire":
case "MMC/SD":
devices[i].supported = true;
break;
}