tastudio: this should be reliable enough.
This commit is contained in:
parent
000050b1e9
commit
2e1132c2b9
|
@ -200,7 +200,7 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
else
|
||||
{
|
||||
shouldCapture = frame - States.Keys.LastOrDefault(k => k < frame) >= StateFrequency;
|
||||
shouldCapture = frame % StateFrequency == 0;
|
||||
}
|
||||
|
||||
if (shouldCapture)
|
||||
|
|
Loading…
Reference in New Issue