mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-14 05:36:10 +00:00
Add new header for mainInfo
This commit is contained in:
@@ -2874,7 +2874,9 @@ namespace MPF.DiscImageCreator
|
||||
{
|
||||
// If we're in a new mainInfo, the location of the header changed
|
||||
string line = sr.ReadLine();
|
||||
if (line.StartsWith("========== OpCode") || line.StartsWith("========== TOC (Binary)"))
|
||||
if (line.StartsWith("========== OpCode")
|
||||
|| line.StartsWith("========== TOC (Binary)")
|
||||
|| line.StartsWith("========== FULL TOC (Binary)"))
|
||||
{
|
||||
// Seek to unscrambled data
|
||||
while (!(line = sr.ReadLine()).StartsWith("========== Check Volume Descriptor ==========")) ;
|
||||
|
||||
Reference in New Issue
Block a user