diff --git a/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs b/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs index fc0387d96b..08ef0781c1 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs @@ -148,7 +148,7 @@ namespace BizHawk.Emulation.DiscSystem } if (!string.IsNullOrEmpty(parseJob.OUT_Log)) Console.WriteLine(parseJob.OUT_Log); ConcatenateJobLog(parseJob); - if (!okParse) return; + if (!okParse || parseJob.OUT_ErrorLevel) return; // compile the cue file // includes resolving required bin files and finding out what would processing would need to happen in order to load the cue