Fix bad interaction between rewind+movie+savestates when using delta state rewinder
Closes #2826
This commit is contained in:
parent
d04724b0d2
commit
2ce269c3e6
|
@ -87,6 +87,8 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
Sync();
|
||||
_buffer.InvalidateEnd(0);
|
||||
_count = 0;
|
||||
_masterFrame = -1;
|
||||
}
|
||||
|
||||
public unsafe void Capture(int frame)
|
||||
|
|
Loading…
Reference in New Issue