mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Detect Dreamcast GD-ROM on media info.
This commit is contained in:
@@ -1308,6 +1308,9 @@ namespace DiscImageChef.Core.Media.Info
|
||||
|
||||
if(Saturn.DecodeIPBin(sector0).HasValue) MediaType = MediaType.SATURNCD;
|
||||
|
||||
// Are GDR detectable ???
|
||||
if(Dreamcast.DecodeIPBin(sector0).HasValue) MediaType = MediaType.GDROM;
|
||||
|
||||
break;
|
||||
}
|
||||
// TODO: Check for CD-i Ready
|
||||
|
||||
Reference in New Issue
Block a user