mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef/Commands/MediaInfo.cs:
Added a workaround for Nintendo GameCube and Wii discs. Added SCSI READ MEDIA SERIAL NUMBER support. * DiscImageChef.Devices/Device/ScsiCommands.cs: Use a bigger buffer for CD-TEXT.
This commit is contained in:
@@ -846,7 +846,7 @@ namespace DiscImageChef.Devices
|
||||
{
|
||||
senseBuffer = new byte[32];
|
||||
byte[] cdb = new byte[10];
|
||||
byte[] tmpBuffer = new byte[804];
|
||||
byte[] tmpBuffer = new byte[1024];
|
||||
bool sense;
|
||||
|
||||
cdb[0] = (byte)ScsiCommands.ReadTocPmaAtip;
|
||||
|
||||
Reference in New Issue
Block a user