remove info about sram from IMovie documentation, as the details of the implementation don't necessitate any particular way of handling sram handling

This commit is contained in:
adelikat 2014-06-08 18:31:09 +00:00
parent 8e9e007c2c
commit b0c7ba5f77
1 changed files with 0 additions and 4 deletions

View File

@ -94,13 +94,11 @@ namespace BizHawk.Client.Common
/// <summary>
/// Tells the movie to start recording from the beginning.
/// This will clear SRAM, and the movie log
/// </summary>
void StartNewRecording();
/// <summary>
/// Tells the movie to start playback from the beginning
/// This will clear SRAM
/// </summary>
void StartNewPlayback();
@ -113,13 +111,11 @@ namespace BizHawk.Client.Common
/// <summary>
/// Switches to record mode
/// Does not change the movie log or clear SRAM
/// </summary>
void SwitchToRecord();
/// <summary>
/// Switches to playback mode
/// Does not change the movie log or clear SRAM
/// </summary>
void SwitchToPlay();