From 869f900d11bb8e3f1a8b0fe55ca8fe4b2650acf5 Mon Sep 17 00:00:00 2001 From: taotao54321 Date: Fri, 9 Mar 2012 09:30:33 +0000 Subject: [PATCH] MovieImport: modified EMULATIONORIGIN value to "emuOrigin" from "emuVersion". On previous versions, converted files had two "emuVersion" entries. That seems not right. --- BizHawk.MultiClient/movie/MovieImport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/movie/MovieImport.cs b/BizHawk.MultiClient/movie/MovieImport.cs index 1272beba4c..fccd5482f8 100644 --- a/BizHawk.MultiClient/movie/MovieImport.cs +++ b/BizHawk.MultiClient/movie/MovieImport.cs @@ -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.