TAStudio - when recording, keep Current Frame marker in view

This commit is contained in:
adelikat 2013-12-17 18:22:03 +00:00
parent 3eabb42c16
commit 9ddcfcce8b
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ namespace BizHawk.Client.EmuHawk
}
TASView.ItemCount = _tas.InputLogLength;
TASView.ensureVisible(_tas.InputLogLength - 1);
}
public void Restart()