parent
8c2eb9cd57
commit
3edd6600be
|
@ -377,12 +377,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
public int LastFrameAdvanced { get; set; }
|
public int LastFrameAdvanced { get; set; }
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public bool HasFrameAdvanced()
|
|
||||||
{
|
|
||||||
//If the emulator frame is different from the last time it tried calling
|
|
||||||
//the function then we can continue, otherwise we need to stop.
|
|
||||||
return LastFrameAdvanced != Emulator.Frame;
|
|
||||||
}
|
|
||||||
#region IToolForm Implementation
|
#region IToolForm Implementation
|
||||||
|
|
||||||
public bool UpdateBefore { get { return true; } }
|
public bool UpdateBefore { get { return true; } }
|
||||||
|
@ -1363,11 +1357,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
this._comparisonBotAttempt.TieBreak3 = (int)numericUpDown.Value;
|
this._comparisonBotAttempt.TieBreak3 = (int)numericUpDown.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void btnCopyBestInput_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
Clipboard.SetText(BestAttemptLogLabel.Text);
|
|
||||||
}
|
|
||||||
|
|
||||||
//Copy to Clipboard
|
//Copy to Clipboard
|
||||||
private void btnCopyBestInput_Click(object sender, EventArgs e)
|
private void btnCopyBestInput_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue