mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Change end of section marker for XGD (fixes #219)
This commit is contained in:
@@ -2829,7 +2829,7 @@ namespace DICUI.DiscImageCreator
|
||||
Regex layerRegex = new Regex(@"Layer [01].*, startLBA-endLBA:\s*(\d+)-\s*(\d+)");
|
||||
|
||||
line = sr.ReadLine().Trim();
|
||||
while (!line.StartsWith("========== Unlock 2 state(wxripper) =========="))
|
||||
while (!line.StartsWith("========== TotalLength =========="))
|
||||
{
|
||||
// If we have a recognized line format, parse it
|
||||
if (line.StartsWith("Layer "))
|
||||
|
||||
Reference in New Issue
Block a user