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:
J.D. Purcell 2017-04-02 23:01:41 -04:00
parent eadea2481e
commit 07a8c2c027
1 changed files with 0 additions and 1 deletions

View File

@ -3558,7 +3558,6 @@ namespace BizHawk.Client.EmuHawk
CurrentlyOpenRomArgs = args;
Global.Rewinder.Initialize();
Global.Rewinder.Capture();
Global.StickyXORAdapter.ClearStickies();
Global.StickyXORAdapter.ClearStickyFloats();