mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add detection for Hi-MD formatted 60 minutes MiniDisc.
This commit is contained in:
@@ -531,6 +531,7 @@ namespace DiscImageChef.CommonTypes
|
||||
{
|
||||
switch(blocks)
|
||||
{
|
||||
case 112311: return MediaType.MD60;
|
||||
case 494023: return MediaType.HiMD;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user