dont crash when loading cue with FLAGS command, and leave a note about which FLAGS command we found
This commit is contained in:
parent
45809ab73f
commit
909144857c
|
@ -668,7 +668,11 @@ namespace BizHawk.Emulation.DiscSystem
|
||||||
case "SONGWRITER":
|
case "SONGWRITER":
|
||||||
case "TITLE":
|
case "TITLE":
|
||||||
case "ISRC":
|
case "ISRC":
|
||||||
|
case "FLAGS":
|
||||||
//TODO - keep these for later?
|
//TODO - keep these for later?
|
||||||
|
//known flags:
|
||||||
|
//FLAGS DCP
|
||||||
|
//that's all. don't know what it means
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new CueBrokenException("unsupported cue command: " + key);
|
throw new CueBrokenException("unsupported cue command: " + key);
|
||||||
|
|
Loading…
Reference in New Issue