Respect LogKey of loaded movie for playback
This commit is contained in:
parent
38a223ffbd
commit
817701856c
|
@ -144,7 +144,7 @@ namespace BizHawk.Client.Common
|
||||||
{
|
{
|
||||||
if (frame < FrameCount && frame >= 0)
|
if (frame < FrameCount && frame >= 0)
|
||||||
{
|
{
|
||||||
_adapter ??= new Bk2Controller(Session.MovieController.Definition);
|
_adapter ??= new Bk2Controller(LogKey, Session.MovieController.Definition);
|
||||||
_adapter.SetFromMnemonic(Log[frame]);
|
_adapter.SetFromMnemonic(Log[frame]);
|
||||||
return _adapter;
|
return _adapter;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue