fix when importing .fm2 and other "legacy" imports, add the .bk2 extension instead of replacing the old move with its old extension

This commit is contained in:
adelikat 2016-08-29 10:21:30 -04:00
parent 11b4f5a5b1
commit 1b2f24502f
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ namespace BizHawk.Client.Common
errorMsg = except.ToString();
}
m.Filename += "." + BkmMovie.Extension;
return m;
}