Movies - fix bug I created since last release, where movie could not go from movie finished back to recording
This commit is contained in:
parent
e208b147ae
commit
f3c68f2f3f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue