flush rewind buffer on CloseROM()

This commit is contained in:
goyuken 2012-10-12 01:19:49 +00:00
parent 1f0189dd2c
commit 900568f5ed
1 changed files with 1 additions and 0 deletions

View File

@ -2951,6 +2951,7 @@ namespace BizHawk.MultiClient
Global.Game = GameInfo.GetNullGame();
MemoryPulse.Clear();
RewireSound();
ResetRewindBuffer();
RamSearch1.Restart();
RamWatch1.Restart();
HexEditor1.Restart();