mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add NEO-GEO CD media type.
This commit is contained in:
@@ -708,6 +708,10 @@ namespace DiscImageChef.Metadata
|
||||
discType = "Compact Disc";
|
||||
discSubType = "PC-FX";
|
||||
break;
|
||||
case CommonTypes.MediaType.NeoGeoCD:
|
||||
discType = "Compact Disc";
|
||||
discSubType = "NEO-GEO CD";
|
||||
break;
|
||||
case CommonTypes.MediaType.ZIP100:
|
||||
discType = "Iomega ZIP";
|
||||
discSubType = "Iomega ZIP100";
|
||||
|
||||
Reference in New Issue
Block a user