diff --git a/BizHawk.Client.Common/movie/IMovie.cs b/BizHawk.Client.Common/movie/IMovie.cs index b394cf754a..eebf1daa8c 100644 --- a/BizHawk.Client.Common/movie/IMovie.cs +++ b/BizHawk.Client.Common/movie/IMovie.cs @@ -94,13 +94,11 @@ namespace BizHawk.Client.Common /// /// Tells the movie to start recording from the beginning. - /// This will clear SRAM, and the movie log /// void StartNewRecording(); /// /// Tells the movie to start playback from the beginning - /// This will clear SRAM /// void StartNewPlayback(); @@ -113,13 +111,11 @@ namespace BizHawk.Client.Common /// /// Switches to record mode - /// Does not change the movie log or clear SRAM /// void SwitchToRecord(); /// /// Switches to playback mode - /// Does not change the movie log or clear SRAM /// void SwitchToPlay();