VBM import: always import as GB.
This commit is contained in:
parent
ab6caa70d2
commit
bc61ce3114
|
@ -117,10 +117,13 @@ namespace BizHawk.Client.Common.movie.import
|
|||
Result.Movie.HeaderEntries[HeaderKeys.Core] = mGBAName;
|
||||
}
|
||||
|
||||
// deprecated
|
||||
/*
|
||||
if (isGBC)
|
||||
{
|
||||
platform = "GBC";
|
||||
}
|
||||
*/
|
||||
|
||||
if (isSGB)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue