mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.DiscImages/CDRWin.cs:
Corrected return of CD+G data, should return all 2448 bytes. * DiscImageChef.Partitions/AppleMap.cs: Do not continue checking APM on CDs with incorrect sector size. It is buggy and needs a lot of retesting.
This commit is contained in:
@@ -1802,8 +1802,8 @@ namespace DiscImageChef.ImagePlugins
|
||||
case CDRWinTrackTypeCDG:
|
||||
{
|
||||
sector_offset = 0;
|
||||
sector_size = 2352;
|
||||
sector_skip = 96;
|
||||
sector_size = 2448;
|
||||
sector_skip = 0;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user