mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Detect EZFlyer 230MB carts.
This commit is contained in:
@@ -82,6 +82,7 @@ namespace DiscImageChef.CommonTypes
|
||||
switch(blocks)
|
||||
{
|
||||
case 262144: return MediaType.EZ135;
|
||||
case 450560: return MediaType.EZ230;
|
||||
case 524288: return MediaType.SQ327;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user