Add MetaFloppy.

This commit is contained in:
2021-10-05 19:24:39 +01:00
parent 06f0a95bb0
commit 2017cb3856
13 changed files with 30 additions and 8 deletions

View File

@@ -150,7 +150,8 @@ namespace Aaru.Filesystems
case MediaType.RP06:
case MediaType.RP06_18:
case MediaType.GENERIC_HDD:
case MediaType.FlashDrive: break;
case MediaType.FlashDrive:
case MediaType.MetaFloppy: break;
default: return false;
}