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:
parent
8e9e007c2c
commit
b0c7ba5f77
|
@ -94,13 +94,11 @@ namespace BizHawk.Client.Common
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tells the movie to start recording from the beginning.
|
/// Tells the movie to start recording from the beginning.
|
||||||
/// This will clear SRAM, and the movie log
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void StartNewRecording();
|
void StartNewRecording();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tells the movie to start playback from the beginning
|
/// Tells the movie to start playback from the beginning
|
||||||
/// This will clear SRAM
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void StartNewPlayback();
|
void StartNewPlayback();
|
||||||
|
|
||||||
|
@ -113,13 +111,11 @@ namespace BizHawk.Client.Common
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Switches to record mode
|
/// Switches to record mode
|
||||||
/// Does not change the movie log or clear SRAM
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void SwitchToRecord();
|
void SwitchToRecord();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Switches to playback mode
|
/// Switches to playback mode
|
||||||
/// Does not change the movie log or clear SRAM
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void SwitchToPlay();
|
void SwitchToPlay();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue