tweak some comments
This commit is contained in:
parent
9cc1fb4404
commit
250dcbb108
|
@ -8,7 +8,7 @@ using BizHawk.Client.Common;
|
||||||
namespace BizHawk.Client.EmuHawk
|
namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a TasStudio Marker
|
/// Represents a TasMovie Marker
|
||||||
/// A marker is a tagged frame with a message
|
/// A marker is a tagged frame with a message
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class Marker
|
public class Marker
|
||||||
|
@ -77,7 +77,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Specialized Marker that represents the currently emulated frame
|
/// Specialized Marker that represents the currently emulated frame
|
||||||
/// Frame always points to Global.Emulator.Frame, and settings it isn't possible
|
/// Frame always points to Global.Emulator.Frame, and setting it isn't possible
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class CurrentFrameMarker : Marker
|
public class CurrentFrameMarker : Marker
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue