mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix passing by of media type by dumping methods.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
/// <summary>Dumps an Xbox Game Disc using a Kreon drive</summary>
|
||||
/// <param name="mediaTags">Media tags as retrieved in MMC layer</param>
|
||||
/// <param name="dskType">Disc type as detected in MMC layer</param>
|
||||
internal void Xgd(Dictionary<MediaTagType, byte[]> mediaTags, ref MediaType dskType)
|
||||
internal void Xgd(Dictionary<MediaTagType, byte[]> mediaTags, MediaType dskType)
|
||||
{
|
||||
bool sense;
|
||||
const uint BLOCK_SIZE = 2048;
|
||||
|
||||
Reference in New Issue
Block a user