tastudio: this should be reliable enough.

This commit is contained in:
feos 2016-04-25 18:18:20 +03:00
parent 000050b1e9
commit 2e1132c2b9
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ namespace BizHawk.Client.Common
}
else
{
shouldCapture = frame - States.Keys.LastOrDefault(k => k < frame) >= StateFrequency;
shouldCapture = frame % StateFrequency == 0;
}
if (shouldCapture)