oops
This commit is contained in:
parent
a5ec2f0f6d
commit
fdb8098f90
|
@ -21,7 +21,7 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
|
|
||||||
// Otherwise, it's not the first frame, so build a delta.
|
// 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)
|
if (LastState.Length <= 0x10000)
|
||||||
CaptureRewindState64K();
|
CaptureRewindState64K();
|
||||||
|
|
Loading…
Reference in New Issue