tastudio: fix #913

This commit is contained in:
feos 2018-03-08 14:59:05 +03:00
parent f81f41f6f7
commit d89677c729
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace BizHawk.Client.Common
bs.PutLump(BinaryStateLump.Session, tw => tw.WriteLine(Session.ToString()));
if (_stateManager.Settings.SaveStateHistory)
if (_stateManager.Settings.SaveStateHistory && !backup)
{
bs.PutLump(BinaryStateLump.StateHistory, (BinaryWriter bw) => _stateManager.Save(bw));
}