When importing GMV, the system id should be Genesis, not GEN

This commit is contained in:
adelikat 2014-07-24 23:29:31 +00:00
parent 1a64af9bc5
commit 1d45a6f379
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ namespace BizHawk.Client.Common
fs.Close();
return null;
}
m.Header[HeaderKeys.PLATFORM] = "GEN";
m.Header[HeaderKeys.PLATFORM] = "Genesis";
// 00F ASCII-encoded GMV file format version. The most recent is 'A'. (?)
string version = r.ReadStringFixedAscii(1);
m.Comments.Add(MOVIEORIGIN + " .GMV version " + version);