From b0c7ba5f77347ce706a4c6215182634f8cd2c250 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 8 Jun 2014 18:31:09 +0000 Subject: [PATCH] remove info about sram from IMovie documentation, as the details of the implementation don't necessitate any particular way of handling sram handling --- BizHawk.Client.Common/movie/IMovie.cs | 4 ---- 1 file changed, 4 deletions(-) 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();