Movies - fix bug I created since last release, where movie could not go from movie finished back to recording

This commit is contained in:
adelikat 2012-09-16 13:41:51 +00:00
parent e208b147ae
commit f3c68f2f3f
1 changed files with 0 additions and 4 deletions

View File

@ -199,10 +199,6 @@ namespace BizHawk.MultiClient
{
return false; //GUID Error
}
else if (Global.MovieSession.Movie.IsFinished)
{
Global.MovieSession.LatchInputFromPlayer(Global.MovieInputSourceAdapter);
}
else
{
Global.MovieSession.Movie.StartRecording();