flush rewind buffer on CloseROM()
This commit is contained in:
parent
1f0189dd2c
commit
900568f5ed
|
@ -2951,6 +2951,7 @@ namespace BizHawk.MultiClient
|
|||
Global.Game = GameInfo.GetNullGame();
|
||||
MemoryPulse.Clear();
|
||||
RewireSound();
|
||||
ResetRewindBuffer();
|
||||
RamSearch1.Restart();
|
||||
RamWatch1.Restart();
|
||||
HexEditor1.Restart();
|
||||
|
|
Loading…
Reference in New Issue