TAStudio - when recording, keep Current Frame marker in view
This commit is contained in:
parent
3eabb42c16
commit
9ddcfcce8b
|
@ -98,6 +98,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
|
|
||||||
TASView.ItemCount = _tas.InputLogLength;
|
TASView.ItemCount = _tas.InputLogLength;
|
||||||
|
TASView.ensureVisible(_tas.InputLogLength - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Restart()
|
public void Restart()
|
||||||
|
|
Loading…
Reference in New Issue