Remove no-op
This commit is contained in:
parent
6b5bd34c07
commit
fdb7a0df46
|
@ -153,10 +153,6 @@ namespace BizHawk.Client.Common
|
|||
int previousFrame = Movie.Emulator.Frame - 1;
|
||||
Movie.Session.MovieController.SetFrom(Movie.GetInputState(previousFrame));
|
||||
}
|
||||
else if (Movie.IsFinished())
|
||||
{
|
||||
LatchInputToUser();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue