hack to fix a bkm to bk2 bug
This commit is contained in:
parent
4f4b26d10e
commit
7a090edcb0
|
@ -20,6 +20,13 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
var bkm = new BkmMovie(path);
|
||||
bkm.Load();
|
||||
|
||||
// Hackery to fix how things used to work
|
||||
if (bkm.SystemID == "GBC")
|
||||
{
|
||||
bkm.SystemID = "GB";
|
||||
}
|
||||
|
||||
return bkm.ToBk2();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue