FastUpdate - do nothing, super speed up for shift+tab. UpdateValues - remove unnecessary Draw

This commit is contained in:
adelikat 2019-11-26 13:16:32 -06:00
parent fed8cd335d
commit 31114e6abf
1 changed files with 1 additions and 6 deletions

View File

@ -51,11 +51,6 @@ namespace BizHawk.Client.EmuHawk
refreshNeeded = AutoAdjustInput();
}
if (TasView.RowCount != CurrentTasMovie.InputLogLength + 1)
{
TasView.RowCount = CurrentTasMovie.InputLogLength + 1;
}
MaybeFollowCursor();
if (TasView.IsPartiallyVisible(Emulator.Frame) || TasView.IsPartiallyVisible(_lastRefresh))
@ -68,7 +63,7 @@ namespace BizHawk.Client.EmuHawk
public void FastUpdate()
{
UpdateValues();
// Do nothing
}
public void Restart()