Add new header for mainInfo

This commit is contained in:
Matt Nadareski
2021-07-05 13:26:23 -07:00
parent 91fe9d9bec
commit 33e2b27e6d

View File

@@ -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 ==========")) ;