This commit is contained in:
adelikat 2013-07-21 23:07:29 +00:00
parent a5ec2f0f6d
commit fdb8098f90
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace BizHawk.MultiClient
}
// Otherwise, it's not the first frame, so build a delta.
if (Global.Emulator.Frame%RewindFrequency == 0)
if (LastState != null && Global.Emulator.Frame % RewindFrequency == 0)
{
if (LastState.Length <= 0x10000)
CaptureRewindState64K();