dont crash when loading cue with FLAGS command, and leave a note about which FLAGS command we found

This commit is contained in:
zeromus 2014-12-13 06:33:16 +00:00
parent 45809ab73f
commit 909144857c
1 changed files with 4 additions and 0 deletions

View File

@ -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);