mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Use MCN check for Sega header, not CVD (fixes #297)
This commit is contained in:
@@ -3061,7 +3061,7 @@ namespace MPF.DiscImageCreator
|
||||
|| line.StartsWith("========== FULL TOC (Binary)"))
|
||||
{
|
||||
// Seek to unscrambled data
|
||||
while (!(line = sr.ReadLine()).StartsWith("========== Check Volume Descriptor ==========")) ;
|
||||
while (!(line = sr.ReadLine()).Contains("Check MCN and/or ISRC")) ;
|
||||
|
||||
// Read the next line so the search goes properly
|
||||
line = sr.ReadLine();
|
||||
|
||||
Reference in New Issue
Block a user