Fix incorrect mode2 handling in DiscJuggler.

This commit is contained in:
2020-06-18 03:13:37 +01:00
parent 0efbb1ade6
commit 0856b2bf53

View File

@@ -787,7 +787,7 @@ namespace Aaru.DiscImages
uint sectorOffset;
uint sectorSize;
uint sectorSkip;
bool mode2 = true;
bool mode2 = false;
switch(aaruTrack.TrackType)
{