Tastudio - invalidate lag log when editing frame 0
This commit is contained in:
parent
7f18d9ebc0
commit
2f3f3d29fc
|
@ -12,6 +12,10 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
this.RemoveRange(frame - 1, this.Count - (frame - 1));
|
||||
}
|
||||
else
|
||||
{
|
||||
this.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
public bool? Lagged(int index)
|
||||
|
|
Loading…
Reference in New Issue