mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +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
|
// If we're in a new mainInfo, the location of the header changed
|
||||||
string line = sr.ReadLine();
|
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
|
// Seek to unscrambled data
|
||||||
while (!(line = sr.ReadLine()).StartsWith("========== Check Volume Descriptor ==========")) ;
|
while (!(line = sr.ReadLine()).StartsWith("========== Check Volume Descriptor ==========")) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user