lua - tastudio.setmarker() - make marker message optional
This commit is contained in:
parent
5d3435e6e6
commit
0c7cedd2ac
|
@ -92,7 +92,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
"setmarker",
|
||||
"Adds or sets a marker at the given frame with the given message"
|
||||
)]
|
||||
public void SetMarker(int frame, string message)
|
||||
public void SetMarker(int frame, string message = null)
|
||||
{
|
||||
if (Engaged())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue