MovieImport: modified EMULATIONORIGIN value to "emuOrigin" from "emuVersion".

On previous versions, converted files had two "emuVersion" entries. That seems not right.
This commit is contained in:
taotao54321 2012-03-09 09:30:33 +00:00
parent da9c95c38e
commit 869f900d11
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace BizHawk.MultiClient
{
public static class MovieImport
{
public const string EMULATIONORIGIN = "emuVersion";
public const string EMULATIONORIGIN = "emuOrigin";
public const string MOVIEORIGIN = "MovieOrigin";
// Attempt to import another type of movie file into a movie object.