correct systemID in converted gmvs
This commit is contained in:
parent
4d0b62858c
commit
a010a2919b
|
@ -934,7 +934,7 @@ namespace BizHawk.Client.Common
|
|||
fs.Close();
|
||||
return null;
|
||||
}
|
||||
m.Header[HeaderKeys.PLATFORM] = "Genesis";
|
||||
m.Header[HeaderKeys.PLATFORM] = "GEN";
|
||||
// 00F ASCII-encoded GMV file format version. The most recent is 'A'. (?)
|
||||
string version = r.ReadStringFixedAscii(1);
|
||||
m.Comments.Add(MOVIEORIGIN + " .GMV version " + version);
|
||||
|
|
Loading…
Reference in New Issue