if starting a movie from savestate, reset the core counters

This commit is contained in:
adelikat 2014-08-01 01:53:22 +00:00
parent c46ddd1aa2
commit 9b3f4c28e6
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ namespace BizHawk.Client.EmuHawk
Global.Emulator.LoadStateText(new StringReader(Global.MovieSession.Movie.TextSavestate));
else
Global.Emulator.LoadStateBinary(new BinaryReader(new MemoryStream(Global.MovieSession.Movie.BinarySavestate, false)));
Global.Emulator.ResetCounters();
}
if (record)