Bk2 movies - don't save when switching to play, note: when stopping a movie in play mode, the movie will not be saved unless there are changes, the Save() that was removed here masked problem with potential failure to save. As of this commit, bk2 movies rely on the Changes flag to be accurately set

This commit is contained in:
adelikat 2014-11-14 00:00:18 +00:00
parent 891d3933bd
commit aa38ad24a2
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ namespace BizHawk.Client.Common
public virtual void SwitchToPlay()
{
_mode = Moviemode.Play;
Save();
}
public virtual bool Stop(bool saveChanges = true)