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:
parent
da9c95c38e
commit
869f900d11
|
@ -11,7 +11,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
public static class MovieImport
|
public static class MovieImport
|
||||||
{
|
{
|
||||||
public const string EMULATIONORIGIN = "emuVersion";
|
public const string EMULATIONORIGIN = "emuOrigin";
|
||||||
public const string MOVIEORIGIN = "MovieOrigin";
|
public const string MOVIEORIGIN = "MovieOrigin";
|
||||||
|
|
||||||
// Attempt to import another type of movie file into a movie object.
|
// Attempt to import another type of movie file into a movie object.
|
||||||
|
|
Loading…
Reference in New Issue