Fix record movie dialog defaulting to tasproj after tastudio is opened
This commit is contained in:
parent
d6b4ce6dfe
commit
33eb056221
|
@ -36,7 +36,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
if (path[path.Length - 4] != '.') // If no file extension, add movie extension
|
||||
{
|
||||
path += "." + Global.MovieSession.Movie.PreferredExtension;
|
||||
path += "." + MovieService.DefaultExtension;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue