lua - tastudio.setmarker() - make marker message optional

This commit is contained in:
adelikat 2017-02-04 15:11:14 -06:00
parent 5d3435e6e6
commit 0c7cedd2ac
1 changed files with 1 additions and 1 deletions

View File

@ -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())
{