Remove unnecessary rewind capture on ROM load. I reviewed the original commit where it was added, and it was only to initialize the delta rewind buffer.
This commit is contained in:
parent
eadea2481e
commit
07a8c2c027
|
@ -3558,7 +3558,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
CurrentlyOpenRomArgs = args;
|
||||
|
||||
Global.Rewinder.Initialize();
|
||||
Global.Rewinder.Capture();
|
||||
|
||||
Global.StickyXORAdapter.ClearStickies();
|
||||
Global.StickyXORAdapter.ClearStickyFloats();
|
||||
|
|
Loading…
Reference in New Issue