diff --git a/BizHawk.Emulation.DiscSystem/CUE_format.cs b/BizHawk.Emulation.DiscSystem/CUE_format.cs index 2401f37795..08bb5d7c6d 100644 --- a/BizHawk.Emulation.DiscSystem/CUE_format.cs +++ b/BizHawk.Emulation.DiscSystem/CUE_format.cs @@ -668,7 +668,11 @@ namespace BizHawk.Emulation.DiscSystem case "SONGWRITER": case "TITLE": case "ISRC": + case "FLAGS": //TODO - keep these for later? + //known flags: + //FLAGS DCP + //that's all. don't know what it means break; default: throw new CueBrokenException("unsupported cue command: " + key);