mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add reader for DiscImageCreator DVD Raw dumps (#817)
This commit is contained in:
committed by
GitHub
parent
d1d9e0833e
commit
ebf893e278
@@ -38,6 +38,12 @@ public sealed partial class ZZZRawImage
|
||||
{
|
||||
MediaType CalculateDiskType()
|
||||
{
|
||||
if(_rawDvd)
|
||||
{
|
||||
// TODO: Add all types
|
||||
return MediaType.DVDROM;
|
||||
}
|
||||
|
||||
if(_imageInfo.SectorSize == 2048)
|
||||
return _imageInfo.Sectors switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user