Fix bad interaction between rewind+movie+savestates when using delta state rewinder

Closes #2826
This commit is contained in:
nattthebear 2021-07-01 17:37:03 -04:00
parent d04724b0d2
commit 2ce269c3e6
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ namespace BizHawk.Client.Common
{
Sync();
_buffer.InvalidateEnd(0);
_count = 0;
_masterFrame = -1;
}
public unsafe void Capture(int frame)