Fm2Import - warn about ignoring the famicom port, instead of a full error, apparently movies can have this port set, but to none, so importing the movie can still be successful, for example: http://tasvideos.org/6739S.html, fixes #1989

This commit is contained in:
adelikat 2020-07-11 15:57:08 -05:00
parent 7e2251b795
commit a19791a212
1 changed files with 1 additions and 2 deletions

View File

@ -139,8 +139,7 @@ namespace BizHawk.Client.Common
{
if (ParseHeader(line, "port2") == "1")
{
Result.Errors.Add("Famicom port not yet supported");
break;
Result.Warnings.Add("Famicom port detected but not yet supported, ignoring");
}
}
else if (line.ToLower().StartsWith("fourscore"))