clarify handling in MovieSession.HandleFrameBefore
This commit is contained in:
parent
b2131287be
commit
daedf5ae07
|
@ -78,7 +78,7 @@ namespace BizHawk.Client.Common
|
||||||
LatchInputToUser();
|
LatchInputToUser();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (Movie.IsPlayingOrFinished())
|
else if (Movie.IsPlaying())
|
||||||
{
|
{
|
||||||
LatchInputToLog();
|
LatchInputToLog();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue