Remove no-op

This commit is contained in:
Morilli 2024-09-11 19:51:06 +02:00
parent 6b5bd34c07
commit fdb7a0df46
1 changed files with 0 additions and 4 deletions

View File

@ -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
{