Fix multitrack recording
This commit is contained in:
parent
95bdfaba42
commit
9d053eac4e
|
@ -113,14 +113,16 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
rewiredSource.PlayerTargetMask = unchecked((int)0xFFFFFFFF);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
if (Movie.InputLogLength > Global.Emulator.Frame)
|
||||
{
|
||||
rewiredSource.PlayerSource = -1;
|
||||
var input = Movie.GetInputState(Global.Emulator.Frame);
|
||||
MovieControllerAdapter.LatchFromSource(input);
|
||||
}
|
||||
|
||||
MovieControllerAdapter.LatchPlayerFromSource(rewiredSource, MultiTrack.CurrentPlayer);
|
||||
}
|
||||
}
|
||||
|
||||
public void LatchInputFromPlayer(IController source)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue