fix error in subcode in ReadLBA_2352
This commit is contained in:
parent
901d5c1431
commit
dafc0bb3e8
|
@ -93,6 +93,8 @@ namespace BizHawk.Emulation.DiscSystem
|
|||
job.DestOffset = 0;
|
||||
job.Parts = ESectorSynthPart.User2352;
|
||||
job.Disc = disc;
|
||||
if (Policy.DeinterleavedSubcode)
|
||||
job.Parts |= ESectorSynthPart.SubcodeDeinterleave;
|
||||
|
||||
sector.Synth(job);
|
||||
|
||||
|
|
Loading…
Reference in New Issue