mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move optical disc exclusive methods to new interfaces.
This commit is contained in:
@@ -40,7 +40,7 @@ using DiscImageChef.CommonTypes.Structs;
|
||||
namespace DiscImageChef.DiscImages
|
||||
{
|
||||
// TODO: Implement PCMCIA support
|
||||
public partial class Chd : IMediaImage
|
||||
public partial class Chd : IOpticalMediaImage
|
||||
{
|
||||
/// <summary>"MComprHD"</summary>
|
||||
readonly byte[] chdTag = {0x4D, 0x43, 0x6F, 0x6D, 0x70, 0x72, 0x48, 0x44};
|
||||
|
||||
Reference in New Issue
Block a user