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:
parent
891d3933bd
commit
aa38ad24a2
|
@ -52,7 +52,6 @@ namespace BizHawk.Client.Common
|
|||
public virtual void SwitchToPlay()
|
||||
{
|
||||
_mode = Moviemode.Play;
|
||||
Save();
|
||||
}
|
||||
|
||||
public virtual bool Stop(bool saveChanges = true)
|
||||
|
|
Loading…
Reference in New Issue