mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for LS-240 SuperDisk and FD32MB.
This commit is contained in:
@@ -1448,6 +1448,10 @@ namespace DiscImageChef.Metadata
|
||||
DiscType = "SuperDisk";
|
||||
DiscSubType = "LS-240";
|
||||
break;
|
||||
case CommonTypes.MediaType.FD32MB:
|
||||
DiscType = "3.5\" floppy";
|
||||
DiscSubType = "FD32MB";
|
||||
break;
|
||||
case CommonTypes.MediaType.UHD144:
|
||||
DiscType = "UHD144";
|
||||
DiscSubType = "UHD144";
|
||||
|
||||
Reference in New Issue
Block a user