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:
parent
11b4f5a5b1
commit
1b2f24502f
|
@ -199,6 +199,8 @@ namespace BizHawk.Client.Common
|
||||||
errorMsg = except.ToString();
|
errorMsg = except.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m.Filename += "." + BkmMovie.Extension;
|
||||||
|
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue