Tastudio - invalidate lag log when editing frame 0

This commit is contained in:
adelikat 2014-11-02 13:52:45 +00:00
parent 7f18d9ebc0
commit 2f3f3d29fc
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ namespace BizHawk.Client.Common
{
this.RemoveRange(frame - 1, this.Count - (frame - 1));
}
else
{
this.Clear();
}
}
public bool? Lagged(int index)